Welcome Guest, Not a member yet? Register   Sign In
[split] Codeigniter web.config index.php rewrite inside a subdirectory
#2

try this .htaccess
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|assets|images|js|css|uploads|favicon.png)
RewriteCond %(REQUEST_FILENAME) !-f
RewriteCond %(REQUEST_FILENAME) !-d
RewriteRule ^(.*)$ ./index.php/$1 [L]

but now you gonna have to use the routes.php in application/config/routes to make sure your controller function work
Reply


Messages In This Thread
RE: [split] Codeigniter web.config index.php rewrite inside a subdirectory - by tp45 - 10-09-2019, 10:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB