Urgent Help – Moving WP to local machine
-
I have a domain, https://www.rekhaa.net, I want it to move to my local machine. I am using wamp server on windows. I have a folder rekhaa inside www. I took following steps…
1. Copy all the files to my machine to rekhaa folder
2. Took the backup of db and replaced all instances of https://www.rekhaa.net with https://localhost/rekhaa and imported it.When I run https://localhost/rekhaa, index page opens fine but when I click on posts or page it gives 404 error like
The requested URL /rekhaa/2008/08/10/babies-born-8808-at-808-8-pounds-8-ounces/ was not found on this server.
I have tried the options given in the permalink sticky thread but no avail. Even I donwloaded the latest bleed version and upgraded the local installation. Still same problem.
My htaccess file look like this
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /rekhaa/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Please help.
- The topic ‘Urgent Help – Moving WP to local machine’ is closed to new replies.