Reputation: 23
I'm using WAMP to try and make a local copy of a rather large wordpress site. After some struggle with the database i moved all the files from the ftp: to my www/ wamp folder.
Now when i try to open the pages i get:
localhost is currently unable to handle this request. HTTP ERROR 500
BUT i can open my localhost/wp-admin and see my wordpress dashboard.
Upvotes: 1
Views: 224
Reputation: 53
Generally, it can happen for many reasons but you can debug it step by step!
Delete this file or replace it with a fresh one! Some plugins like wp-cache alters .htaccess file to achieve its purpose. So updating this file may solve your problem.
Update Permalinks to default from WordPress settings.
Replace all WordPress files with fresh WordPress files except wp-content folder. you need to update database again.
Set another theme and check if works and again set your default theme. Sometimes theme also causes this error!
Upvotes: -1