codeigniter app in wordpress (subdomain) sub folder |
I have a main site say www.abc.com, with htaccess for the main site
I have another domain ww.efd.com hosted on the main site subfolder `/efd.com` (WordPress) it has this htaccess Code: <IfModule mod_rewrite.c> Now I have a CodeIgniter app www.efd.com/app hosted on subdirectory of the WordPress site /app, here is the htaccess Code: <IfModule mod_rewrite.c> here is the directory structure Code: /www when I try to access a subfolder in the app hosted under WordPress www.efd.com/app/login, I get a 404 error, but when I access www.efd.com/app the login screen of the `app` loads correctly. |
Messages In This Thread |
codeigniter app in wordpress (subdomain) sub folder - by coolcurrent - 11-25-2017, 01:06 PM
RE: codeigniter app in wordpress (subdomain) sub folder - by jreklund - 11-25-2017, 02:42 PM
RE: codeigniter app in wordpress (subdomain) sub folder - by coolcurrent - 11-26-2017, 12:22 AM
RE: codeigniter app in wordpress (subdomain) sub folder - by PaulD - 11-26-2017, 05:32 AM
RE: codeigniter app in wordpress (subdomain) sub folder - by jreklund - 11-26-2017, 07:25 AM
RE: codeigniter app in wordpress (subdomain) sub folder - by PaulD - 11-26-2017, 08:00 AM
|