This is the site
can anyione tell me why only the homepage works? all other pages return a 404 error
Thanks in advance
|
This is the site can anyione tell me why only the homepage works? all other pages return a 404 error Thanks in advance | |||
|
feedback
|
|
It seems something wrong with your .htaccess file. Have you checked? | |||||||||||
feedback
|
|
Did you defined a RewriteBase in the .htaccess ? | |||
|
feedback
|
|
I would recommend following instructions outlined HERE Nutshell version: If your Joomla is installed in it's own directory and not root: Open .htaccess in a text editor. Uncomment RewriteBase / (remove the first character, #). If Joomla is installed in its own folder, the enter the Joomla folder name after the backslash. e.g. RewriteBase /yourjoomlafolder. Log on to your Back-end and open the Global Configuration. Enable the Search Engine Friendly URLs option and Save. Enable the Use Apache mod_rewrite/URL rewriting option and Save. Check if your site works correctly. Your URLs should now look like http://www.example.com/the-news/1-latest-news/1-welcome-to-joomla. If this option causes errors, please see How to check if mod rewrite is enabled on your server. If it is not enabled and you have access to the file apache/conf/httpd.conf, open that file and check if the line LoadModule rewrite_module modules/mod_rewrite.so is uncommented. If necessary, uncomment the line and restart the Apache web server. | |||
|
feedback
|