myrandaggmm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page links not loading when logged out of WP adminGoDaddy is refusing to believe has anything to do with their proxy or cacheing system. This was their note: “I can see you have cpanel shared hosting plan, In which there no flush caches option like managed wordpress.Hence there’s no caches on the server, Its not managed wordpress hosting. What you are asking for is not technically possible”
And then they directed me back here – to WordPress forums. I also do not have a “mu-plugins” folder. Even with all plugins deactivated, and the twentytwenty one theme, i still had these issues.
Forum: Fixing WordPress
In reply to: Page links not loading when logged out of WP adminSteven,
Thank you for your response. I’ll reach out to GoDaddy again and bring up this exact issue.
Forum: Fixing WordPress
In reply to: Page links not loading when logged out of WP adminYes, I have reached out to GoDaddy multiple times about this and they are confident its an issue with my code. But I’m not sure thats the case. They did have a firewall with a cache and I went ahead and disabled it – and the issue was still there.
This issue was still there after changing to the twentytwentyone theme and deactivating all my plugins.
Forum: Fixing WordPress
In reply to: Page links not loading when logged out of WP adminI have two .htaccess files.
This one is in my public_html folder:
# BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
And one in my wp-content folder
# Protect the log files <Files ~ "\.log$"> Order Allow,Deny Deny from all </Files> # Protect the log files <Files ~ "\.log$"> Order Allow,Deny Deny from all </Files> # Protect the log files <Files ~ "\.log$"> Order Allow,Deny Deny from all </Files> # Protect the log files <Files ~ "\.log$"> Order Allow,Deny Deny from all </Files> # Protect the log files <Files ~ "\.log$"> Order Allow,Deny Deny from all </Files>