hoangvu
New member
- Joined
- Jun 6, 2012
- Messages
- 1,835
- Points
- 0
Hi everyone,
All day I search for on the internet on how to use mod rewrite.
I would like to use it locally with EasyPHP but after that I create. htaccess file and put this.
RewriteEngine on
RewriteRule ^ index.html $ index.php
to transform index.php in html. url in php but always comes out.
I tried to do so.
Index.php RewriteRule ^ $ index.html and says The requested URL was not found on this server
What should I do?
All day I search for on the internet on how to use mod rewrite.
I would like to use it locally with EasyPHP but after that I create. htaccess file and put this.
RewriteEngine on
RewriteRule ^ index.html $ index.php
to transform index.php in html. url in php but always comes out.
I tried to do so.
Index.php RewriteRule ^ $ index.html and says The requested URL was not found on this server
What should I do?