Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

.htaccess regular expressions

Name: Anonymous 2009-12-14 22:04

Apparently, this doesn't work the way I thought it would.

RewriteRule ^([a-z]+)[\Z/] pre-$1.ext?

I want both examples to work like this:

1. /prog  -> pre-prog.ext?
2. /prog/ -> pre-prog.ext?

Am I going to have to bite the bullet and write two separate lines?

Name: Apache 2009-12-14 22:22


<?php
RewriteRule ^([a-z]+)/?$ pre-$1.ext?
?>

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List