Welcome Guest, Not a member yet? Register   Sign In
Codeigniter redirect from http:://localhost/myproject/class/method to www.domain.tld/class/method
#1

[eluser]Lackeeee[/eluser]
I changed .htaccess file because I thought that he is not good, and when I found the real problem which is not related to .htaccess, i returned old and now is:

<IfModule mod_rewrite.c>

Options +FollowSymLinks
RewriteEngine on

# Send request via index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

</IfModule>

Problem is: Codeigniter redirect from http:://localhost/myproject/class/method to www.domain.tld/class/method
#2

[eluser]Lackeeee[/eluser]
Here is the solution http://support.mozilla.org/en-US/kb/how-...efox-cache




Theme © iAndrew 2016 - Forum software by © MyBB