Welcome Guest, Not a member yet? Register   Sign In
Only loading index page
#6

[eluser]jonez[/eluser]
Can you confirm your .htaccess is working? Put a redirect in it and see if that works. Depending on how your host is setup it may not be using it. The full file should be something like this:

Code:
RewriteEngine On
RewriteBase /

# or maybe this
# RewriteBase /ibewAdmin/

# does this work?
# RewriteRule ^(.*)$ http://newdomain.com/ [L]

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


Messages In This Thread
Only loading index page - by El Forum - 01-04-2014, 08:51 AM
Only loading index page - by El Forum - 01-05-2014, 07:03 AM
Only loading index page - by El Forum - 01-05-2014, 10:32 AM
Only loading index page - by El Forum - 01-05-2014, 12:50 PM
Only loading index page - by El Forum - 01-05-2014, 01:10 PM
Only loading index page - by El Forum - 01-05-2014, 01:55 PM
Only loading index page - by El Forum - 01-05-2014, 04:05 PM
Only loading index page - by El Forum - 01-05-2014, 05:59 PM
Only loading index page - by El Forum - 01-05-2014, 06:18 PM
Only loading index page - by El Forum - 01-06-2014, 06:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB