Welcome Guest, Not a member yet? Register   Sign In
Issue with web page not changing with link click
#3

[eluser]Unknown[/eluser]
Actually found it a bit ago and changed it.

$config['uri_protocol'] = "PATH_INFO";

This had to be set in the /system/config/config.php file to:

$config['uri_protocol'] = "AUTO";

Something about our Linux server it wasn't agreeing with.

Also rewrote the .htaccess file to this but I don't think it had much to do with it.

RewriteEngine on
RewriteCond $1 !^(index\.php|public|\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1

Hope this helps somebody as well.

Thanks


Messages In This Thread
Issue with web page not changing with link click - by El Forum - 09-24-2014, 10:54 AM
Issue with web page not changing with link click - by El Forum - 09-24-2014, 12:33 PM
Issue with web page not changing with link click - by El Forum - 09-24-2014, 12:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB