CodeIgniter Forums
codeigniter and wp subdomain issue - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: codeigniter and wp subdomain issue (/showthread.php?tid=55843)



codeigniter and wp subdomain issue - El Forum - 11-12-2012

[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...