Welcome Guest, Not a member yet? Register   Sign In
Problem with application
#11

[eluser]dmorin[/eluser]
First, get ride of all rewrite rules in the htaccess file and start with just making sure it works with php5 and the full url including index.php. Next, open your index.php file and do a

Code:
print_r($_SERVER);

Then, in your config.php file, check what your $config['uri_protocol'] is set to and make sure that it shows up in the dump of the server vars from above.

What hosting provider are you using?




Theme © iAndrew 2016 - Forum software by © MyBB