lowlands123
Forum Replies Created
-
Forum: Reviews
In reply to: [GeneratePress] Amazing theme, amazing supportNo worries Tom, you guys do excellent work!
Forum: Localhost Installs
In reply to: Site can’t be reached on localhostThank you for your help. Sadly I couldn’t work it out so had to start again but appreciate your replies!
Forum: Localhost Installs
In reply to: Site can’t be reached on localhostHiya,
Yes, the files are in the database. The site files weren’t ever in the WAMP folder (I set them up into another folder) but all worked until yesterday.
Forum: Localhost Installs
In reply to: Site can’t be reached on localhostThank you for your help but sadly nothing has worked so it’s back to the drawing board for me.
Forum: Localhost Installs
In reply to: Site can’t be reached on localhostThanks, I’m really new to this stuff.
So, I’ve checked via Atom and this is what I’ve got under .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress
No mention of redirecting here.
Thanks again for your help with this.
Is there another way round this, aside from starting it all again? So, could I set up another site on my localhost and use the wordpress files I’ve already got?
Forum: Localhost Installs
In reply to: Site can’t be reached on localhostThank you, is that in phpMyAdmin too? I can’t find the root directory there.
Forum: Localhost Installs
In reply to: Site can’t be reached on localhostThank you so much for replying.
I’ve checked and it’s set to http, rather than https, but I can’t stop it defaulting to https.
The port is fine and being used by Apache and there doesn’t seem to be anything wrong with the ip address.
So, it looks like I’ll need to find a way to stop it redirecting to https, however I searched online for this and followed the steps (in Chrome, delete the localhost address so it doesn’t block it and cleared the cache) but that didn’t work.
Sorry to ask again but any ideas?