Welcome Guest, Not a member yet? Register   Sign In
get rid of index.php
#2

Here is my sample .htaccess file

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /openspire/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /openspire/index.php [L]
</IfModule>

Also make sure that your mod_rewrite is also enabled
There are those who tell lies with meaning behind them and those meaning less lies!
Reply


Messages In This Thread
get rid of index.php - by ciadvantage - 09-07-2017, 04:00 PM
RE: get rid of index.php - by arisroyo - 09-07-2017, 11:00 PM
RE: get rid of index.php - by ciadvantage - 09-12-2017, 09:00 AM
RE: get rid of index.php - by ciadvantage - 09-12-2017, 07:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB