Jump to content

Upgraded MAMP from 6.7 to 7.0: Just Homepage accessible, other pages 404


EricFontysICT
 Share

Recommended Posts

Hello dear Processwire users,

I just upgraded my MAMP from 6.7 to 7.0. (MySQL remains 5.7). Now I can only access the homepage of each Processwire site on my local host, all other pages (including Admin) give me this message: 

Not Found - The requested URL was not found on this server. - Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I cleared Cache, imported the database again, but no result so far. I hope somebody has a solution for this problem (I can't find it for now....)

Many thanks in advance!

Link to comment
Share on other sites

Hi Da2, thank you so much for your help, the problem is solved. I changed 2 things (like suggested in your latest link):

<Directory />
    Options Indexes FollowSymLinks
    AllowOverride All
</Directory>

AND:

Go to httpd.conf on /Applications/MAMP/conf/apache and see if the LoadModule rewrite_module modules/mod_rewrite.so line is un-commented (without the # at the beginning)

Everything is working again as it should!

  • Like 1
  • Thanks 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...