Welcome Guest, Not a member yet? Register   Sign In
CI crashes only on home page
#2

I changed the htaccess to:

PHP Code:
RewriteEngine On
RewriteCond 
%{HTTP_HOST} ^http://www.stoneworkbygarethjordan.com$
RewriteRule ^$ http://www.stoneworkbygarethjordan.com/index.php [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteRule 
^(.*)$ index.php/$[L

And that made it work, no idea if that's a good solution, but its working, if someone has a better idea, I'd love to hear it.
Reply


Messages In This Thread
CI crashes only on home page - by Kaosweaver - 12-01-2017, 07:32 AM
RE: CI crashes only on home page - by Kaosweaver - 12-01-2017, 07:46 AM
RE: CI crashes only on home page - by InsiteFX - 12-02-2017, 04:44 AM
RE: CI crashes only on home page - by Kaosweaver - 12-04-2017, 05:57 AM
RE: CI crashes only on home page - by jreklund - 12-04-2017, 10:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB