This is the site

http://tinyurl.com/7zo87mm

can anyione tell me why only the homepage works? all other pages return a 404 error

Thanks in advance

link|improve this question
feedback

3 Answers

It seems something wrong with your .htaccess file. Have you checked?

link|improve this answer
hi, thanks for the response. – user1047163 Feb 8 at 2:34
I have the .htaccess configures exactly the same as another website running joomla (except the domain names changed on the rewrite and SEF core sections. i notice when I click on the home menu item the domain appears and /home. i.e. www.xxx.com.au/home – user1047163 Feb 8 at 2:44
Is the server enviroment same? – Sándor Tóth Feb 8 at 2:50
yes it is exactly the same host and server – user1047163 Feb 8 at 3:19
ok I just got a clue. from within the joomla global config I turned off the apache mod_rewrite. It is working. But the index.php is there now in the URL!! – user1047163 Feb 8 at 3:26
feedback

Did you defined a RewriteBase in the .htaccess ?

link|improve this answer
No, how shoukld I do this? – user1047163 Feb 8 at 2:42
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.