cheaplt
Forum Replies Created
-
Forum: Plugins
In reply to: [BulletProof Security] Maintenance mode BPSYes thanks for answering!
Forum: Plugins
In reply to: [BulletProof Security] BackupBuddy WP Cron system interferenceSorry this thread completely slipped my mind mate. I tried your method but it didnt work for me so i had to revert it. what did work for me was deactivation and reactivating BackupBuddy.
Thanks~
Forum: Plugins
In reply to: [BulletProof Security] Xml SitemapThank you very much AITpro, you made this process less stressful by so much. I appreciate your consistency and knowledge, i am very grateful to communicate with you.
Forum: Plugins
In reply to: [BulletProof Security] Xml SitemapImpressive! I did what you said and rebuilt the sitemap, everything is working =D. I’m so happy!
Forum: Plugins
In reply to: [BulletProof Security] Xml SitemapOkay i deactivated it and reactivated it, but it seems to be still giving that error =S.
Forum: Plugins
In reply to: [BulletProof Security] Xml SitemapBack to the original problem, my sitemap url is finally displaying the error since everything propagated.
Forum: Plugins
In reply to: [BulletProof Security] Xml SitemapAfter it had broken the site, i logged on a different browser it the site was working fine. I returned to my primary browser and noticed i was logged out, i re-logged and now everything seems to be working just fine.
Thanks for that link though that would of fixed this issue if it would of truly broke the website.Forum: Plugins
In reply to: [BulletProof Security] Xml Sitemapwhen i changed prefix it gave me this error: Fatal error: Cannot redeclare get_file_description() (previously declared in /home2/cheaplt/public_html/wp-admin/includes/file.php:58) in /home2/cheaplt/public_html/wp-admin/includes/file.php on line 71
Forum: Plugins
In reply to: [BulletProof Security] Xml SitemapThought i might mention this as well my WordPress site General Settings are
WordPress Address (URL) https://cheaplolteams.com
Site Address (URL) https://cheaplolteams.comI think they originally had the www in them but i cant remember if i switched it or not.
i checked for the string Google’s Tut requested but it isn’t there.
Forum: Plugins
In reply to: [BulletProof Security] Xml SitemapOkay the Google servers propagated but its saying im having a redirect error. and it told to me handle it by doing this: https://developers.google.com/speed/pagespeed/service/faq#wwwredirect
by finding a redirect in my .hta file, do you think you can help me with this one. im afraid i may modify the wrong thing and my website just crashes =s.
Forum: Plugins
In reply to: [BulletProof Security] Xml Sitemapokay thanks for clearing that up AITpro =).
Forum: Plugins
In reply to: [BulletProof Security] Xml SitemapOkay i will add that to the code. i have a great question though.
if my htaccess file is locked and i made a change to it and saved it. BUT the code i added to it broke my site completely, would i be able to remove ‘that’ change by using an external ftp?Forum: Plugins
In reply to: [BulletProof Security] Xml Sitemapi basically want to redirect sitemaps back to cheaplolteams.com whenever someone enters in https://www.cheaplolteams.com, would the code above do that for me?
Forum: Plugins
In reply to: [BulletProof Security] Xml Sitemap# Never use www in the domain
# Replace ‘example.com’ with your domain name
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.(([a-z0-9_]+\.)?cheaplolteams\.com)$ [NC]
RewriteRule .? https://%1%{REQUEST_URI} [R=301,L]what about this one, and where should i place it?
Forum: Plugins
In reply to: [BulletProof Security] Xml Sitemapis it possible to get a temp fix to reroute people trying to access my https://www.cheaplolteams.com to route them to just cheaplolteams.com