.htacces index.php

Status
Not open for further replies.

bloodhound15

New Member
Messages
24
Reaction score
0
Points
0
Hello,

i have a question,

i want that index.php changed into index only without php
i did it once but i lost that htacces file

can someone help me?

thanks


;;BH;;
 

lemon-tree

x10 Minion
Community Support
Messages
1,420
Reaction score
46
Points
48
Try this:
Code:
RewriteEngine on 
RewriteRule ^index/? index.php
 
Status
Not open for further replies.
Top