GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Monday, April 4, 2011

Apache - RewriteEngine

RewriteEngine module is used for rediracting a url to another one. If you want to redirect index.php to hello.php, you write .htaccess file

RewriteEngine On
RewriteRule ^index\.html$ hello.php

Then when user access domain.com, the will get what the contents in hello.php without see the the intuitive url.
Share/Bookmark

No comments:

Post a Comment