Site can’t be reached
-
I have copied WordPress from my hosting account on my local machine to work on WAMP, I have setup a virtual host on WAMP as x.test pointing to public folder. I believe its some wordpress configuration thats not allowing me to reach my site, I think WAMP is reaching .htaccess but is then failed to load.
WAMP is working for other projects.
I have changed site_url and home in WP_Options.
I have correctly setup my local db configuration in wp-config.Why I think WAMP reaches .htaccess:
The site is automatically redirected to HTTPS which is something that was configured in .htaccess..htaccess
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Kind Regrads
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Site can’t be reached’ is closed to new replies.