Hello,
I'm trying to enable Pretty Urls. I did turn them to '1' in config, but they are just going to a 404 page now. After enabling http://mysite.com/test_rewrite/rewrite.php it gave me the error:
"HTTP_MOD_REWRITE is not set
Sadly my server host informs me I need to provide my own mod_rewrite code for my .htaccess. Otherwise I would just solve my problem by using this solution:
viewtopic.php?p=11832#p11832.
As a complete newbie to .htaccess I am getting nowhere. I tried the following by the way and it did not work, (the code probably belies just how lost I am!). Any recommends?
RewriteEngine On
RewriteRule ^/blog/([^.]+)$ /blog/$1.php
Thank you much!
Amber
I'm trying to enable Pretty Urls. I did turn them to '1' in config, but they are just going to a 404 page now. After enabling http://mysite.com/test_rewrite/rewrite.php it gave me the error:
"HTTP_MOD_REWRITE is not set

Sadly my server host informs me I need to provide my own mod_rewrite code for my .htaccess. Otherwise I would just solve my problem by using this solution:
viewtopic.php?p=11832#p11832.
As a complete newbie to .htaccess I am getting nowhere. I tried the following by the way and it did not work, (the code probably belies just how lost I am!). Any recommends?
RewriteEngine On
RewriteRule ^/blog/([^.]+)$ /blog/$1.php
Thank you much!
Amber