URL Rewrite

Status
Not open for further replies.

muonlin2

New Member
Messages
2
Reaction score
0
Points
1
Hi, I'm trying to rewrite URL's on my website,

For example.. I want http://mywebsite.com/help to display the page at http://mywebsite.com/help.htm

This is what I have so far in my .htaccess file:
RewriteEngine On
RewriteRule $help^ help.htm​

This results in an error message:
Not found
The requested URL /help was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.​


Any help would be much appreciated.

edit: Nevermind, I have fixed the problem by switching $ and ^
 
Last edited:
Status
Not open for further replies.
Top