Welcome Guest, Not a member yet? Register   Sign In
New Codeigniter site problems
#11

[eluser]alanphil[/eluser]
Try making the .htaccess simple, like this -- and see what happens:


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

[eluser]chicoNERD[/eluser]
that didn't work either.. and if i take anything else off i get an error Sad
i guess i have to modify all my links to index.php
#13

[eluser]chicoNERD[/eluser]
the whole problem is with this line..
Code:
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]
i dont understand half of what it means, but i know what it does.
#14

[eluser]chicoNERD[/eluser]
ha problem solve, it was all becuase of the QSA all i had to do was remove it.
i found it right here on the site guide..
thank you website.. : after 12 hours..lol




Theme © iAndrew 2016 - Forum software by © MyBB