Quote:
Originally Posted by shanef
hello, i followed all the steps and created a category fine but when i click on the category link on the cms page i get this
The requested URL /forum/reviews/2/websites.html was not found on this server.
could someone be so kind as to help me please. thank you
___________FIXED__________
Turned off SEO Friendly URLs and all is well 
|
sounds like you forgot to add this code in the .htaccess file :-
PHP Code:
RewriteEngine On
RewriteRule ^reviews/([^/]*)/ ./reviews.php?do=main&catid=$1 [L,NC]
RewriteRule ^review/([^/]*)/ ./reviews.php?do=viewreview&reviewid=$1 [L,NC]
RewriteRule ^reviewer/([^/]*)/ ./reviews.php?do=reviewer&reviewerid=$1 [L,NC]