Welcome Guest, Not a member yet? Register   Sign In
Routing question
#4

(08-01-2019, 07:56 AM)php_rocs Wrote: @ronniebel,

Does your other web app have a config file?  Maybe you need to reset it.

How was the user routed to the other site before you installed CI? htaccess? index.php/html redirected?
Yes, the .htacces file at the root did some rerouting. Here's what's in that file.

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]
Reply


Messages In This Thread
Routing question - by ronniebel - 08-01-2019, 07:11 AM
RE: Routing question - by php_rocs - 08-01-2019, 07:56 AM
RE: Routing question - by ronniebel - 08-01-2019, 08:32 AM
RE: Routing question - by bomi - 08-01-2019, 08:14 AM
RE: Routing question - by php_rocs - 08-01-2019, 09:17 AM
RE: Routing question - by ronniebel - 08-01-2019, 04:21 PM
RE: Routing question - by php_rocs - 08-01-2019, 05:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB