Welcome Guest, Not a member yet? Register   Sign In
Upgraded to 3... can't access pages
#4

I do not have the index_page set. Why would anyone want a URL with index.php stuck right in the middle of it? 

This could be a .htaccess issue. My file:

Code:
# Make sure directory listing is disabled
Options +FollowSymLinks -Indexes
RewriteEngine on

# Send request via index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php/$1 [L]

When I do add in the index.php into the URL (manually go to URL address and type http://www.eldermaltreatment.com/index.php/about), the page comes up, but none of the style sheets are linked and the page is left unstyled. 

Thoughts?
Reply


Messages In This Thread
Upgraded to 3... can't access pages - by baazil1 - 01-05-2016, 09:31 AM
RE: Upgraded to 3... can't access pages - by Narf - 01-05-2016, 11:43 AM
RE: Upgraded to 3... can't access pages - by baazil1 - 01-06-2016, 05:40 AM
RE: Upgraded to 3... can't access pages - by Narf - 01-06-2016, 08:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB