Welcome Guest, Not a member yet? Register   Sign In
URI + Routing Issues
#3

[eluser]Unknown[/eluser]
[quote author="Juan Torres" date="1311829607"]Any updates on this?[/quote]

I have no idea where things went wrong, but I downloaded a new copy of CI started from scratch and there were a couple people who took a look at the httpd.conf and other server settings. So We have no way of tracing what went wrong, but the new build I have is working now with the multi-host setup, I have not tried it on 1and1 again as there was no need.

I suspect it was a mod_rewrite issue as my new .htaccess file is much more concise:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|img|js|css|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]


Messages In This Thread
URI + Routing Issues - by El Forum - 06-10-2011, 07:28 PM
URI + Routing Issues - by El Forum - 07-27-2011, 06:06 PM
URI + Routing Issues - by El Forum - 07-27-2011, 09:59 PM
URI + Routing Issues - by El Forum - 07-28-2011, 12:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB