RewriteRule .htaccess problem
Posted: Sat Jan 07, 2012 6:51 am
Hello
Haveing som problem understanding what goes wrong with my RewriteRule.
If i type in the full address http://www.thedestruction.org/ascii/dis ... nalle.html
Then it shows just fine, but if I use the rewrite
http://www.thedestruction.org/ascii/nalle
Then I only see nalle.html.
Direct link bellow.
http://www.thedestruction.org/ascii/nalle.html
Haveing som problem understanding what goes wrong with my RewriteRule.
Code: Select all
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^ascii/([a-z_]+)/?$ /ascii/display.php?f=$1.html [L]
Then it shows just fine, but if I use the rewrite
http://www.thedestruction.org/ascii/nalle
Then I only see nalle.html.
Direct link bellow.
http://www.thedestruction.org/ascii/nalle.html