Welcome Guest, Not a member yet? Register   Sign In
A weird url problem
#1

[eluser]eupho[/eluser]
hi!

an exemple is better than a big speach :

I can access to my controller admin by this link : http://dev.annoncesvelo.com//admin but not by this one : http://dev.annoncesvelo.com/admin

An idea, why CI needs an extra-slash?

My .htaccess

Code:
RewriteEngine on

RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

Thanks for helping a newbie Smile


Messages In This Thread
A weird url problem - by El Forum - 09-23-2008, 09:03 AM
A weird url problem - by El Forum - 09-23-2008, 09:23 AM
A weird url problem - by El Forum - 09-23-2008, 09:34 AM
A weird url problem - by El Forum - 09-23-2008, 01:10 PM
A weird url problem - by El Forum - 09-23-2008, 01:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB