FAQ
Links don't work on my site - I can see only home page
If you use friendly links, then try to edit file .htaccess and change .html$ to .html. If it wll not help, then check if mod_rewrite is turned on your server. If it is not working, then ask your admin to turn it on. If it is working, then in file .htaccess after "RewriteEngine On" put line: RewriteBase /
or if it won't help and shopping cart is in subdirectory, then you can try:
RewriteBase /name_of_directory/
On some servers problem is caused by first line on .htaccess file:
Options +FollowSymLinks
You can try to remove it.
Unfortunately it works different at various servers, so there is no one solution.
If tips we wrote won't work, please send us data for ftp connection, so we may look at your server and find the reason.
or if it won't help and shopping cart is in subdirectory, then you can try:
RewriteBase /name_of_directory/
On some servers problem is caused by first line on .htaccess file:
Options +FollowSymLinks
You can try to remove it.
Unfortunately it works different at various servers, so there is no one solution.
If tips we wrote won't work, please send us data for ftp connection, so we may look at your server and find the reason.





