I just cant get this .htaccess to work..
If I save the file in ANSII or UTF-8 MINUS BOM, I get a 404 error, if I save it as anything else, I get a 500 error
.htaccess
Demo:
http://www.barrucadu.com/blog/5/The_Lurker_in_the_Dark/
http://www.barrucadu.com/index.php?blog=5
If I save the file in ANSII or UTF-8 MINUS BOM, I get a 404 error, if I save it as anything else, I get a 500 error
.htaccess
Code:
RewriteEngine on
RewriteRule ^/blog/([0-9]+)/([a-zA-Z0-9]+)/$ /index.php?blog=$1
Demo:
http://www.barrucadu.com/blog/5/The_Lurker_in_the_Dark/
http://www.barrucadu.com/index.php?blog=5
Last edited:







