Welcome Guest, Not a member yet? Register   Sign In
Problems hosting WordPress in /blog alongside CodeIgniter 3 Application.
#2

You need to change your .htaccess to exclude that url.

Code:
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond $1 !^(blog)
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L,QSA]
</IfModule>
Reply


Messages In This Thread
RE: Problems hosting WordPress in /blog alongside CodeIgniter 3 Application. - by jreklund - 05-14-2020, 10:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB