Elxis CMS Forum
Support => Elxis 4.x/5.x DEV => Topic started by: mazzeltof on October 17, 2012, 11:16:08
-
I have tried a clean install on a mac ike this https://forum.elxis.org/index.php?topic=7284.0 (https://forum.elxis.org/index.php?topic=7284.0).
no tried to port from a live test site and the login on the administration is doubleing the url like this http://localhost/elxis_4_0//estia/elxis_4_0/estia/
Greetings
-
Set the rewrite base properly (depends on the location of the .htaccess file).
Case A:
htaccess is on your web server root (folder localhost/)
rewrite base = /
paths: elxis_4_0/....
Case B:
htaccess is in folder elxis_4_0:
rewrite base = /elxis_4_0/
paths: ...
Note: Dont use special symbols in folder names, else you have to escape them with a backslash. The proper way is to use only alphanumeric characters (like elxis4, not elxis_4_0)