Hey,
I am new to mod_rewriting, so I read some guides. The I tested a very simple one:
But it doesn't work at all?
They say I normally have to add this line in front:
But options is disabled on this host, so I removed it.
The script just doesn't do what I want :/, while I followed the guide correctly (link to guide: here).
Can you please help me out?
I am new to mod_rewriting, so I read some guides. The I tested a very simple one:
Code Select
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [nc]
But it doesn't work at all?
They say I normally have to add this line in front:
Code Select
Options +FollowSymlinks
But options is disabled on this host, so I removed it.
The script just doesn't do what I want :/, while I followed the guide correctly (link to guide: here).
Can you please help me out?