Exterminator Posted March 24, 2013 Share Posted March 24, 2013 (edited) Hey guys, I would like to know how to remove "index.php?" at my address bar like WebFlake. So like from: "http://webflake.sx/index.php?donate/" TO: "http://webflake.sx/donate/" I just want my site to look clean and all. Any answers would be great. Cheers Edited March 24, 2013 by Exterminator Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted March 27, 2013 Administrator Share Posted March 27, 2013 Paste the following in your .htaccess file: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.html -f RewriteRule ^(.*)$ $1.html Be sure to replace html with the required file extension, eg: php, htm, html The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. 1 Link to comment Share on other sites More sharing options...
0 Guest Imperious Posted March 25, 2013 Share Posted March 25, 2013 I need to figure this out too, I am really confused on why my board does this. Link to comment Share on other sites More sharing options...
0 Rooney Posted March 25, 2013 Share Posted March 25, 2013 (edited) it is called search engine optimization URL goto ACP > System Settings > System > Search Engine Optimization Redirect to new friendly URL format: Yes URL type: Path Info Use .htaccess mod_rewrite: Yes make sure you redirected to new FURL format. It will work. Edited March 25, 2013 by Rooney Link to comment Share on other sites More sharing options...
0 Desire Posted March 25, 2013 Share Posted March 25, 2013 (edited) On 3/25/2013 at 12:19 AM, Rooney said: it is called search engine optimization URL On 3/24/2013 at 11:46 PM, Imperious said: I need to figure this out too, I am really confused on why my board does this. On 3/24/2013 at 7:28 PM, Exterminator said: Hey guys, I would like to know how to remove "index.php?" at my address bar like WebFlake. http://www.eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/ Edited April 21, 2018 by Davlin Edited the enormously large quote. Link to comment Share on other sites More sharing options...
0 Rooney Posted March 25, 2013 Share Posted March 25, 2013 http://www.eisabainyo.net/weblog/2007/08/19/removing-file-extension-via-htaccess/ Your title suggests that, Removing file extension via .htaccess they need to remove the index.php to remove if they do the proper settings in SEO it will work.. Link to comment Share on other sites More sharing options...
Question
Exterminator
Hey guys,
I would like to know how to remove "index.php?" at my address bar like WebFlake.
So like from: "http://webflake.sx/index.php?donate/" TO: "http://webflake.sx/donate/"
I just want my site to look clean and all.
Any answers would be great.
Cheers
Edited by ExterminatorLink to comment
Share on other sites
5 answers to this question
Recommended Posts