Welcome Guest, Not a member yet? Register   Sign In
.htaccess question: 404 Results from Different Paths on Server vs. Localhost?
#3

Thanks for the reply, Paradinight.  I solved this. There were two things I had to do. First I had to move my .htaccess file into the folder that contained index.php. Next, I had to edit config.php and change:

PHP Code:
$config['url_suffix'] = "html"

to

PHP Code:
$config['url_suffix'] = ""

On my previous web host this was fine, but on this new web host (Dreamhost), a url_suffix of "html" appears to break the app.
Reply


Messages In This Thread
RE: .htaccess question: 404 Results from Different Paths on Server vs. Localhost? - by VikRubenfeld - 08-22-2015, 11:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB