Concrete5 will not load other pages
Permalink
Hey all.
My Concrete5 install will no longer load other pages except for home.
For example, I'll typehttp://example.com/index.php/services... and it will loadhttp://example.com/index.php instead
Any ideas on how to fix this?
Thanks in advance :)
My Concrete5 install will no longer load other pages except for home.
For example, I'll typehttp://example.com/index.php/services... and it will loadhttp://example.com/index.php instead
Any ideas on how to fix this?
Thanks in advance :)
You might have an htaccess file acting up and redirecting everything to the one page
You could temporarily rename .htaccess to just htaccess ( no dot ) to see if it then loads, and that would tell you its caused by the server configuration.
If you have full control of your web server, .htaccess rules can actually be set in the apache vhost configuration files instead. If thats the case, check files in /etc/apache2/sites-available/ if you have root access on your server.
You can also redirect pages via the META REFRESH html tag. If such a thing was set within a global file ( such as header.php ) it would cause all pages to redirect.
If you have full control of your web server, .htaccess rules can actually be set in the apache vhost configuration files instead. If thats the case, check files in /etc/apache2/sites-available/ if you have root access on your server.
You can also redirect pages via the META REFRESH html tag. If such a thing was set within a global file ( such as header.php ) it would cause all pages to redirect.