News:

The "Support Requests" forum is now viewable by guests.

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - styx

#1
Hey,

I am new to mod_rewriting, so I read some guides. The I tested a very simple one:
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:
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?