Welcome Guest, Not a member yet? Register   Sign In
codeigniter and wp subdomain issue
#1

[eluser]Unknown[/eluser]
Hi all, I have this issue since my boss want to add wp at our CI project, he wants to control everything at wp then the user login to CI etc.. So we decided to put the wp at subdomain like this one htt://blog.oururl.com , so my problem is this, when we created new article at wp, CI will always redirect to 404..

RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index\.php|assets|images|blog|wp-admin|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]

Please Help...


Messages In This Thread
codeigniter and wp subdomain issue - by El Forum - 11-12-2012, 06:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB