Index help?

Status
Not open for further replies.

Legion

Gaming Lord
Staff member
Nov 23, 2011
1,808
679
Making a site, and, can somone tell me how to make, mywebsite.com/index.php to mywebsite.com/index?
 

Mitchul

Sledmoresux
Feb 18, 2012
371
46
.htaccess.
You need mod_Rewrite if using xampp
-


PHP:
RewriteEngine  on
 
RewriteRule ^index$ index.php
RewriteRule ^otherpage$ otherpage.php
 
^ Just copy & paste the top one.
 

Mitchul

Sledmoresux
Feb 18, 2012
371
46
When you open file manager, allow it to show dot files , .lol .hello etc... find .htaccess, and put in that code ^
then save then test url.com/index ;3
 
Status
Not open for further replies.

Users who are viewing this thread

Top