Welcome Guest, Not a member yet? Register   Sign In
.htaccess issues with CI3 inside Wordpress directory
#8

(This post was last modified: 04-28-2017, 04:59 AM by arisroyo.)

Here is mine hope it will works with you.

My primary base folder for example is public_html and can access through http://localhost
and I have CI project openspire that can be access through http://localhost/openspire/

And here is my .htaccess

<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>
There are those who tell lies with meaning behind them and those meaning less lies!
Reply


Messages In This Thread
RE: .htaccess issues with CI3 inside Wordpress directory - by arisroyo - 04-28-2017, 04:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB