writeing a simple rewrite rule

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
mbaroz
Forum Commoner
Posts: 29
Joined: Sun Feb 05, 2006 10:10 am

writeing a simple rewrite rule

Post by mbaroz »

Hi
I am hosting on an Apache web server with mod_rewrite enable

I need help in writing a simple mod rewrite rule that does this:
users that enter the url : http://www.mydomain.com/MyPage
Will be actually enter into : http://www.mydomain.com/MyPage.php

Thanks a lot
Moshe
anto91
Forum Commoner
Posts: 58
Joined: Mon Mar 10, 2008 10:59 am
Location: Sweden

Re: writeing a simple rewrite rule

Post by anto91 »

This has nothing to do with Linux its a simple .htaccess question google for Rewrite engine
temidayo
Forum Contributor
Posts: 109
Joined: Fri May 23, 2008 6:17 am
Location: Nigeria

Re: writeing a simple rewrite rule

Post by temidayo »

Check this URL for detail solution:

http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html
Post Reply