PDA

View Full Version : apache rewrite rule format


komrad
11-04-2008, 12:17 AM
Hello all,

I have dynamic pages that look like this.

/index.php?purl=text_variable_with_underscore_2355.html

What would be the rewrite rule to get them to look like this.

/text_variable_with_underscore_2355.html

There is no other page besides index.php for this site.

Thanks

bradenkeithcom
11-11-2008, 11:20 PM
http://www.addedbytes.com/apache/url-rewriting-for-beginners/

That should get you started