Moving WordPress in MAMP
-
I am using MAMP Pro for to develop my WordPress site. I installed it all into one directory but now I want to move the index.php one level up and leave everything in the original folder (usually named ‘wordpress’ but not in my case).
Anyway I followed the Codex instructions at Giving_WordPress_Its_Own_Directory
But I’m getting this message:
Forbidden
You don’t have permission to access / on this server.I’ve done this so many times before successfully but now I’m lost.
Wondered if there was a table or something in my database that I need to edit.
Currently in the xxx_options table the ‘siteurl’ is: ‘https://dev.name:8888/directoryname’
and the ‘home’ is: ‘https://dev.name:8888’Please note: I gave my db tables a prefix with three characters. But that shouldn’t be a problem, right?
- The topic ‘Moving WordPress in MAMP’ is closed to new replies.