- Impact
- 9
I need some assistance with some mod_rewrites - anyone think they could help me? Please drop a PM with your MSN. Or, if you can solve it here - that's great as well!
http://proxiesrus.com/avatars.php?ordner=avatars/Assorted Favourites&one=set&single=1&bild=1#anchor
I would like to make this more URL friendly, make it something like
http://proxiesrus.com/avatars/category/page.html (anything similar to this is great)
I am having trouble - this code doesn't do anything. What's wrong with it?
http://proxiesrus.com/avatars.php?ordner=avatars/Assorted Favourites&one=set&single=1&bild=1#anchor
I would like to make this more URL friendly, make it something like
http://proxiesrus.com/avatars/category/page.html (anything similar to this is great)
I am having trouble - this code doesn't do anything. What's wrong with it?
Code:
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteRule ^(.*)-(.*)-(.*)-(.*)$ /avatars.php?ordner=$1/category&one$2=set&single=1&bild$3=anchor$4














