Thread: SEO question
View Single Post
Old 01-30-2011, 11:03 AM  
robber
Web Developer
 
Industry Role:
Join Date: Jan 2011
Location: UK
Posts: 264
You might want to try something like this in your .htaccess file:

Code:
RewriteEngine On
RewriteBase /

RewriteRule ^/([^/\.]+)/?$ gallery.php?type=$1 [L]
It will redirect everything to gallery.php, i would suggest using a prefix before so it's targeted but that would be your choice.
robber is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook