Emancipator
10-31-2004, 04:44 PM
I have a page, here is a basic example, That I am using mod rewrite to get rid of most the crap in the url, and make it spiderable for my own movie search engine.
http://www.moviesonline.ca/gallery_details_movie.php?movie=Seed%20of%20Chucky
Using mod rewrite i made it into this
http://www.moviesonline.ca/_Seed%20of%20Chucky.htm
Now my dilemna is HOW do I later my mod-rewrite to get rid of the %20 and make it a DASH instead ( - )
the line in my htaccess is
RewriteRule _(.*)\.htm$ /gallery_details_movie.php?movie=$1
Thanks Guys! New to mod rewrite getting the hang of er with some help.
http://www.moviesonline.ca/gallery_details_movie.php?movie=Seed%20of%20Chucky
Using mod rewrite i made it into this
http://www.moviesonline.ca/_Seed%20of%20Chucky.htm
Now my dilemna is HOW do I later my mod-rewrite to get rid of the %20 and make it a DASH instead ( - )
the line in my htaccess is
RewriteRule _(.*)\.htm$ /gallery_details_movie.php?movie=$1
Thanks Guys! New to mod rewrite getting the hang of er with some help.