How to rewrite URL with .htaccess

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?
 
Older threads
Replies
0
Views
2,243
Replies
4
Views
5,942
Newer threads
Replies
13
Views
8,422
Replies
2
Views
2,804
Replies
1
Views
2,821
Latest threads
Replies
0
Views
31
Replies
0
Views
34
Replies
1
Views
44
Replies
3
Views
108
Similar threads
Replies
2
Views
2,884
Replies
3
Views
9,002
Top