Thread: Friendly URLs
View Single Post
  #4 (permalink)  
Old 11-16-2007, 07:45 AM
shackbase's Avatar
shackbase shackbase is offline
New Pligger
 
Join Date: Nov 2007
Posts: 19
What you need to do is copy the text on bottom of the category admin page and paste it into you .htaccess file.

Comment out what is there now:

##### You can find the below lines pre-made for you in the category management section of the admin panel ######
#RewriteRule ^(all|pligg)/([^/]+)/?$ story.php?title=$2 [L]
#RewriteRule ^(all|pligg)/?$ ?category=$1 [L]

and replace it with:
RewriteRule ^(all|Cases|CellPhones|Coolers|DigitalCameras|Gadg ets|GPS|Laptops|Keyboardsandmice|Miscellaneous|Pri nters|SoundSystems|$
$stems|VideoCards|WebCameras)/?$ ?category=$1 [L]

(obviously your rewrite rule will differ from mine)

That should fix it for you,

Tony
Reply With Quote