Page 1 of 1
Links not active from Index page
Posted: Sun Aug 31, 2008 3:10 am
by philb
Hello
I have followed the instructions but the links are not working.
DataBase has been created, permissions followed, install folder removed...
Please check my index page, and let me know if you have any suggestion:
http://www.eyeshot-av.com/tribalxtreme/store/
Great script by the way ! Many thanks !
Philippe
Re: Links not active from Index page
Posted: Sun Aug 31, 2008 3:11 am
by Qphoria
you need to edit your htaccess and change the RewriteBase from / to /tribalxrtreme/store/
Or you could disable url_alias, but currently the admin setting doesn't work on the front end without a minor code edit. Search the forums for url alias
Re: Links not active from Index page
Posted: Sun Aug 31, 2008 3:18 am
by philb
Thank you Qphoria for your immediate reply !
Could you just tell me where I should look for that htaccess file?
Many thanks
Re: Links not active from Index page
Posted: Sun Aug 31, 2008 3:22 am
by Qphoria
assuming you are using a Linux server, the .htaccess file is in the root public_html folder. its sometimes hidden by the ftp client because its a system file. But you can access it through cpanel's filemanager
If you are using Windows, you will need to enable
LoadModule rewrite_module modules/mod_rewrite.so
in apache. Not sure about the base path stuff though.
Re: Links not active from Index page
Posted: Sun Aug 31, 2008 3:26 am
by philb
Got it !
Many thanks for your great help!