djnativus
Forum Replies Created
-
Forum: Plugins
In reply to: [Maintenance] Exclude pages not workingwp_debug is set to false. Please help :<
Forum: Plugins
In reply to: [Maintenance] Exclude pages not workingNow it’s giving me the following after updating on the maintenance page:
Warning: Invalid argument supplied for foreach() in /home/qatlpdgl/public_html/inkedfur/wp-content/plugins/maintenance/includes/functions.php on line 419
Warning: Invalid argument supplied for foreach() in /home/qatlpdgl/public_html/inkedfur/wp-content/plugins/maintenance/includes/functions.php on line 419
Warning: Invalid argument supplied for foreach() in /home/qatlpdgl/public_html/inkedfur/wp-content/plugins/maintenance/includes/functions.php on line 419
Warning: Invalid argument supplied for foreach() in /home/qatlpdgl/public_html/inkedfur/wp-content/plugins/maintenance/includes/functions.php on line 419
Forum: Plugins
In reply to: [Maintenance] Exclude pages not workingOh I realized the blur issue was due to IE. Looks fine in Firefox and Chrome =)
Forum: Plugins
In reply to: [Maintenance] Exclude pages not workingHere are my settings: https://easycaptures.com/fs/uploaded/889/1518844047.jpg
Forum: Installing WordPress
In reply to: Image links broken after 4.0 updateI set my site address to https://inkedfur.com and now my site won’t load at all but I can access wp-admin.
I know 4.0 changed how it handles SSL and I need to know what that change was.
Please help me..
Forum: Installing WordPress
In reply to: Image links broken after 4.0 updateThe files are there. I’ve included a screenshot of some of my images and and their permissions. The permissions on the uploads folder is 755.
https://i.imgur.com/PGH5duW.pngForum: Installing WordPress
In reply to: 4.0 broke all redirects and won't load frontendI checked and that is the .htaccess file I had when I was on version 4.0. So that doesn’t work :<
Forum: Installing WordPress
In reply to: 4.0 broke all redirects and won't load frontendUnfortunately, I already backdated to 3.9 and everything works as designed.
I don’t have any of those Cloudflare or W3 Cache plugins. Just JetPack and I have the plugin activated that checks to see if the website is online or offline. Pretty basic.
As for the new file, I’m scared to update v.v. BUt maybe I should and try the .htaccess lines you gave me.
Thanks.
Forum: Installing WordPress
In reply to: 4.0 broke all redirects and won't load frontendForum: Installing WordPress
In reply to: 4.0 broke all redirects and won't load frontendI tried deleting the last three lines and that didn’t work :<
Forum: Installing WordPress
In reply to: 4.0 broke all redirects and won't load frontendWell my site is a WooCommerce store. I don’t need everything to be HTTPS (my site is slow enough as it is when it’s working) but I do at least need the login pages and checkout process forced to HTTPS.
I appreciate your help, but was confused by your instructions. First you say replace three lines then you said add lines above #Begin WordPress. I’m left with this
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] # 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 WordPress RewriteCond %{HTTP_HOST} ^inkedfur\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.inkedfur\.com$ RewriteRule ^wp\/?$ "http\:\/\/inkedfur\.com\/" [R=301,L]
And it doesn’t work.
Please post in code what exactly my entire .htaccess should contain. I’d really appreciate it. =)
Forum: Installing WordPress
In reply to: 4.0 broke all redirects and won't load frontendMy full .htaccess that’s on the root of my WP directory.
# 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 WordPress RewriteCond %{HTTP_HOST} ^inkedfur\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.inkedfur\.com$ RewriteRule ^wp\/?$ "http\:\/\/inkedfur\.com\/" [R=301,L]
Forum: Installing WordPress
In reply to: 4.0 broke all redirects and won't load frontendWow thanks guys for coming into my thread with totally different issues…
No, I didn’t touch the .htaccess file. It didn’t start doing this until I removed maintenance mods. I wrote WooThemes, maker of plugin, but their advice as to start from scratch with a fresh install…
Forum: Installing WordPress
In reply to: 4.0 broke all redirects and won't load frontendHi there! I like where you’re going. Both are set to https and I grabbed a screen cap https://i.imgur.com/pnAAXFg.png. I noticed that when loading the site from Dolphin on Android it bounces back and forth infinitely between http and https so this does seem related to https.
I couldn’t find any https related settings in WooCommerce. I did update another website I own that doesn’t use https or WooCommerce to 4.0 and had no problems at all so I think you’re on the right track.
Forum: Installing WordPress
In reply to: 4.0 broke all redirects and won't load frontendhttps://inkedfur.com sorry about that.