Jump to content
WebFlake
  • 0

index.php?


Exterminator

Question

5 answers to this question

Recommended Posts

  • 0
  • Administrator

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.
  • Upvote 1
Link to comment
Share on other sites

  • 0

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

 

Posted Image

 

 

make sure you redirected to new FURL format.

 

It will work.

Edited by Rooney
Link to comment
Share on other sites

  • 0
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 by Davlin
Edited the enormously large quote.
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...