View Single Post
Old 2006-09-20, 03:22 PM   #3
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
Htaccess support, when properly used, can also clean up those urls so they look nice and pretty. I think something like this put inside your galleries folder should work:

Quote:
# Enable rewrite
RewriteEngine on
# Perform rewrite
RewriteRule ^([0-9]+)/([a-z,0-9]+)/$ $2.php?aff=$1
This should make your urls read like this:

http://www.mariahxxx.net/galleries/644425/gal01/

Might want to get an expert to help you out if you're not familiar with htaccess though.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote