Legion Gaming Lord Staff member Nov 23, 2011 1,808 679 May 19, 2012 #1 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 May 19, 2012 #2 .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. Upvote 0 Downvote
.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.
Legion Gaming Lord Staff member Nov 23, 2011 1,808 679 May 19, 2012 Thread starter #3 Menks said: .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. Click to expand... its on a cPanel Upvote 0 Downvote
Menks said: .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. Click to expand... its on a cPanel
Mitchul Sledmoresux Feb 18, 2012 371 46 May 19, 2012 #4 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 Upvote 0 Downvote
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