0

I just copied whole site with XCloner (extention for joomla) and flushed it into my localhost enveronment.
The main page and all administration interface are working and things seems be same between production and localhost enveronments, but just I click on some menu item I receive error 404...

For example:
http://site.fr/plateaux-repas-paris - give the page
http://localhost.com/site/plateaux-repas-paris - give 404 error
http://localhost.com/site - give main page
http://localhost.com/site/administrator - give administrator login page

I don't know where start to dig...
Some ideas?
I guess it related to Apache configuration, because joomla instalation just mirrored from the site.

Thank you for ahead.

Rodnower
  • 2,259

1 Answers1

2

The most likely cause is that you have Joomla's SEF/SEO settings turned on and your local copy doesn't include the .htaccess file (they're often missed by the free backup utils).

Just copy your htaccess.txt file to .htaccess and you should be fine.

Craig
  • 214