Sunday, September 12 2004 @ 01:52 AM Contributed by: Admin
When you are viewing category links in links.php each category is normally expressed as /links.php?category=yourcategory
so i hacked that into
/linkscategory/yourcategory/
Then created a new folder called linkscategory and then created a .htaccess document in this new folder.
the Mod_Rewrite rules in this doc are:
RewriteBase /linkscategory/
RewriteEngine on
RewriteRule ^(.*)/$ /links.php?category=$1 [NC,L]
[ Views: 459 ]
Rewriting the Geeklog Link Category urls | 0 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.