View Full Version : categories
titus kamau
06-19-2006, 04:22 PM
When Click on New, Top and popular links I get this error
HTTP 404 - File not found
Internet Explorer
this is the url of the error page http://mapyaboy.com/pages/links/new-links.html
but when I change html to php on the link it works. How do I fix the problem
Nick Collins
06-20-2006, 06:16 AM
Welcome to our forum, titus kamau!
Make sure that you uploaded ".htaccess" file to the script root directory.
Have a look here also:
http://www.esyndicat.com/forum/about5880.html
titus kamau
06-20-2006, 04:38 PM
this is what I have on that file and is still not working
RewriteEngine on
RewriteRule ^(.*)/$ index.php?category=$1 [QSA,L]
RewriteRule ^(.*)/index([0-9]+).html$ index.php?category=$1&page=$2 [QSA,L]
RewriteRule ^new-links.html$ new-links.php [QSA,L]
RewriteRule ^new-links([0-9]+).html$ new-links.php?page=$1 [QSA,L]
RewriteRule ^top-links.html$ top-links.php [QSA,L]
RewriteRule ^top-links([0-9]+).html$ top-links.php?page=$1 [QSA,L]
RewriteRule ^popular-links.html$ popular-links.php [QSA,L]
RewriteRule ^popular-links([0-9]+).html$ popular-links.php?page=$1 [QSA,L]
RewriteRule ^editor-links/index.html$ editor-links.php [QSA,L]
RewriteRule ^editor-links/index([0-9]+).html$ editor-links.php?page=$1 [QSA,L]
RewriteRule ^(.*)/(.*)-l([0-9]+).html$ view-link.php?cat=$1&title=$2&id=$3 [QSA,L]
Nick Collins
06-21-2006, 04:51 AM
It looks like you have already fixed this problem yourself...
vBulletin® v3.7.0, Copyright ©2000-2013, Jelsoft Enterprises Ltd.