PDA

View Full Version : This IP address is shared.


jewei
8th December 2006, 11:47
I have problem with moving joomla website to ispconfig. it display:

"This IP address is shared. For access to the web site which you look for, enter its address instead of its IP."

and when point to local ip, it displays this error message:

"Internal Server Error"


This is how i move the site. download all the files via ftp then zip it. ftp to ispconfig and unzip it. (save time) Then i edit the configuration.php to change the path and db details. i chmod all the files to 777 but it didn't work.

what can i do?

till
8th December 2006, 11:49
You selected the wrong IP address in ISPConfig for the website. If you are behind a router, you must select your local and not remote IP.

For the internal server error, please have a look at the apache error log.

jewei
8th December 2006, 11:54
the server log shows:

[Fri Dec 08 17:52:57 2006] [alert] [client 10.1.1.3] /var/www/web6/web/.htaccess: Options not allowed here

the problem with .htaccess file?

jewei
8th December 2006, 11:57
i deleted .htaccess, then this error comes out:

DB function failed with error number 1146
Table 'web6_db1.jos_session' doesn't exist SQL=SELECT session_id FROM jos_session WHERE session_id = '2066b405a26399ba9e6b1ee5da4541e0'
SQL =

SELECT session_id
FROM jos_session
WHERE session_id = '2066b405a26399ba9e6b1ee5da4541e0

should be any setting with joomla right? how to overcome?

till
8th December 2006, 12:11
Please have a look here:

http://www.howtoforge.com/joomla_ispconfig

This contains the solution for your .htaccess problem.