shawnmandel
Forum Replies Created
-
Thanks for your reply. My web host provider has resolved our UpdraftPlus backup issue.
@darkfreaks How would I exclude the Ultimate Member pages from all caching? I have the following:
Browser cache
Cache from Autoptimize plugin (I don’t have any exclusion settings)
Performance – Total Cache (not sure if this is part of Ultimate Member, but I don’t know how to exclude pages)Thanks for reaching out!
ShawnForum: Fixing WordPress
In reply to: WordPress site totally downTopher,
Thanks very much for all of your feedback. It’s been quite helpful. I think it will be best to go the standard web host route.
Cheers!
ShawnForum: Fixing WordPress
In reply to: WordPress site totally downIs this normal? If not, is this something wrong on my server?
Does that mean that I need to modify something in my .htaccess allowed IPs?
Forum: Fixing WordPress
In reply to: WordPress site totally downActually, no. I’m getting the error:
Not Found
Sorry, the requested URL /maintenance.html was not found on this server.Curious as to why.
Forum: Fixing WordPress
In reply to: WordPress site totally downI think I’ve figured it out.
In my cpanel domain forwarding, I had to change from…
https://shawnmandel.asuscomm.com:8888/wordpress
to…
https://shawnmandel.asuscomm.com:8888
The only thing now I have to figure out is why I can no longer see my worpdress home page.
Thanks!
ShawnForum: Fixing WordPress
In reply to: WordPress site totally downTopher,
I can hit the following from the outside:
https://shawnmandel.asuscomm.com:8888/maintenance.html
I’m wondering why my https://www.franstancatering.com is not hitting the same.Thanks,
ShawnForum: Fixing WordPress
In reply to: WordPress site totally downHi Topher,
Yes, my site is now completely down. I’d like to redirect all visitors to a maintenance page I’d set up. It’s working for me, however, anyone external to my network is getting a timeout page.
I have my .htaccess as such:
<Limit GET POST PUT>
order deny,allow
deny from all
</LIMIT>
ErrorDocument 403 /maintenance.html
<Files maintenance.html>
order allow,deny
allow from all
</Files>I’ve also tried the following code:
# MAINTENANCE-PAGE REDIRECT
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !/maintenance.html$ [NC]
RewriteCond %{REQUEST_URI} !\.(jpe?g?|png|gif) [NC]
RewriteRule .* /maintenance.html [R=302,L]
</IfModule>However, I’m the only one who seems to see my maintenance page and everyone else from the outside cannot.
Can you let me know what I am missing?
Thanks,
Shawn