htaccess give me 404 error

Status
Not open for further replies.

matrixik

New Member
Messages
14
Reaction score
0
Points
0
Hello,

I have php script and I want to make url "prettier"

When I try:
Code:
RewriteEngine on
RewriteRule ^(.*)\.html$ index.php?i=$1 [nc]
I get 404 error.
When I test it on my computer with xampp everything works fine.

Can anyone help me?
 
Status
Not open for further replies.
Top