waynelee3d
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 5.0 ProblemAnd it’s back up 🙂
Forum: Fixing WordPress
In reply to: 5.0 ProblemI don’t know if this is a coincidence, but my hosting company 123-reg is experiencing some 503 errors on their systems.
Forum: Fixing WordPress
In reply to: Two WordPress sites suddenly have errorsThanks for your help. There was a connectivity issue on the hosting server like Steve Stern said. They have fixed it now and everything is working. Thanks 🙂
Forum: Fixing WordPress
In reply to: Two WordPress sites suddenly have errorsI’ve just tried adding that # to w/RewriteEngine Off. No effect.
Forum: Fixing WordPress
In reply to: Two WordPress sites suddenly have errorsMy hosting provider rolled back my PHP install to an earlier version, but this had no affect. I’m waiting to hear what they have to say about Steve Stern’s reply (above). The WordPress installations are standalone on the same server, but not multisite.
These are my htaccess files:
wlguitar.co.uk
# Switch rewrite engine off in case this was installed under HostPay. RewriteEngine Off SetEnv DEFAULT_PHP_VERSION 55 DirectoryIndex index.cgi index.php # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPressgroovywall.co.uk
Order Deny,Allow # Switch rewrite engine off in case this was installed under HostPay. RewriteEngine Off AddHandler application/x-httpd-php72 .php DirectoryIndex index.cgi index.php # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressThanks
Forum: Fixing WordPress
In reply to: Two WordPress sites suddenly have errorsThanks for tips. I’ve been talking to my hosting 123-reg.co.uk and they have opened a ticket for me. It seems it may be what Steve Stern has said above. I’m just waiting for them to get back to me now. Thanks
- This reply was modified 7 years, 11 months ago by waynelee3d.
Forum: Themes and Templates
In reply to: [Storefront] Storefront site sides clippingYes, thanks to AddWeb’s css above. This fixed it. Thanks for your help.