Forums / Install & configuration / URL addresss
Tue Hellstern
Monday 30 June 2003 3:50:11 pm
Hi,I got Ez installed and it is working – good so fare. My site name is www.F1-support.dk and I want people to access my site with this address. But I have to use www.f1-support.dk/ezpublish-3.1-1/index.php/ to get to the site. Went something wrong during the installation or are there some settings I can make?
/Tue
Alexandre Cunha
Monday 30 June 2003 5:33:03 pm
Assuming your ezpublish path is something like www/ezpublish-3.1-1/ , just move all directory and files from www/ezpublish-3.1-1/ directory to the www/ then browse www.f1-support.dk/
axel
http://AlexandreCunha.com
Tuesday 01 July 2003 2:10:02 am
Hi Axel,Thank it is working, but there are a littel problem. In the Admin page there are some tabs in the top, Content, Shop, Users … They are pointing at:
http://www.f1-support.dk/ezpublish-3.1-1/index.php/admin/class/grouplist/ But it has to be http://www.f1-support.dk/index.php/admin/class/grouplist/Without the folder /ezpublish-3.1.1/
How do I change it?
And a little question more, now I ‘am using www.F1-support.dk/index.php/admin to get to the admin page. Isn’t there a more easy url?/Tue
Tuesday 01 July 2003 2:18:44 am
Try clear the cache deleting all files at var/cache/
About the easy url: I thing site.com/index.php/admin is a nice and easy url, but you have several alternatives: - configure a subdomain and ezpublish to accept something like http//admin.F1-support.dk/ (see ezpublish docs)- create a admin.php script (site.com/admin.php) redirecting to site.com/index.php/admin/
Tuesday 01 July 2003 3:11:26 am
Hi Alex,Thanks for your answer.