Hello everyone,
My website work fine. but two day ago it have broken. I change configuration in .htaccess file
php_value mysqli.reconnect = On
php_value mysql.reconnect = On
php_value memory_limit 256M
php_value upload_max_filesize 256M
php_value post_max_size 256M
php_value max_execution_time 6000
php_value max_input_time 1200
and I changed function "db_connect" in /include/database.mysql.inc. i had been insert code "mysql_query('SET SESSION wait_timeout = 1200', $connection);" under "mysql_query('SET NAMES utf8', $connection);"
This is my situation. I created a new drupal instance and linked it up with the database by creating a new database name. Everything show up fine in the database in the phpmyadmin page but none of the nodes are showing up in the node category. My new site has almost 20 nodes or pages but none of them are showing up in the node row. The browse icon is grayed out as well. Any help will be greatly appreciated.
I am not sure that I posted it in the right forum, if there is a better forum for this question, I will be happy to know about it.
I have a website on a VPS that is located in the us. I want to be able to create a mirror for it in Israel while leaving the us website still working. I tried to look for other cases for this issue but could not find any.
As I understand, all I need to do is to install a drupal instance on the israeli server and set the database to the original server. I am still not sure how to make the redirect and how to manage public files.