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,293
Replies
4
Views
6,005
Newer threads
Replies
13
Views
8,519
Replies
2
Views
2,852
Replies
1
Views
2,877
Latest threads
Replies
0
Views
98
Replies
0
Views
7
Replies
2
Views
566
Replies
3
Views
571
Similar threads
Replies
2
Views
2,938
Replies
3
Views
9,121
Top