supah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Only home page loadsThis suddenly loaded! Thank you! I don’t really understand – perhaps it caught up with itself? I have no idea. Either way. I’m very grateful for your help and talking the issue out with me.
Forum: Fixing WordPress
In reply to: Only home page loadsi deleted ithemes security, saved your .htaccess and now SOME pages load!
Only problem – the portfolio pages do not load. I’m much further than where i was.
I don’t understand why this would continue to happen. Since the pretty links are virtual directories, (there’s no actual https://supah.com/portfolio/polly-siamese but that’s how they used to load before I recreated the website) I don’t understand how it works.
Thank you grey – you have already helped me incredibly.
Forum: Fixing WordPress
In reply to: Only home page loadshere is my .htaccess file – i’m not sure why the code is repeated.
# 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 WordPressaccess */.??* *~ *# */HEADER* */README* */_vti* # disable the server signature- helps with preformance ServerSignature Off # since it's out of fashion to use www- redirect URLs to non-www Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.website\.com$ [NC] RewriteRule ^.*$ https://website.com%{REQUEST_URI} [R=301,L] RewriteBase / # keep the URLs clean: # if someone asks for index.php- rewrite the URL without it RewriteRule ^(.*?)/?index\.php$ $1 [NC,R=301,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 <Files wp-config.php> Order Allow,Deny Deny from all </Files>
Forum: Fixing WordPress
In reply to: Only home page loadsi deactivated all plugins and the problem still happened. I am on a hostway hosting account. (i don’t know if that is an issue, but I saw people with strange WP issues using godaddy.)
Forum: Fixing WordPress
In reply to: 404s for individual (product) pagesYOU FIGURED IT OUT.
I removed “shop” from Product category base. That was all it took.
It broke the perfect breadcrumbs structure, but I would rather have the product pages load properly.THANK YOU KINDLY!
Forum: Fixing WordPress
In reply to: 404s for individual (product) pagesI have 404 errors on each individual product pages. Other pages load fine.
Does this page load for you?
https://supahmarket.com/shop/pumpernickel-pickle-prints/Forum: Fixing WordPress
In reply to: 404s for individual (product) pagesI wonder, now that I transcribed the above, if something I have set is redundant.
Forum: Fixing WordPress
In reply to: 404s for individual (product) pagesCommon Settings
https://supahmarket.com/%postname%/Optional
Category base (left blank)
Tag base (left blank)
Product category base shop
Product tag base product-tag (a default?)
Product attribute base shopProduct permalink base
Custom Base /shopForum: Plugins
In reply to: [WordPress HTTPS (SSL)] FORCE_SSL_LOGIN for shared SSLCertainly! Let me know.
Forum: Plugins
In reply to: [WooCommerce] 404 When Clicking Products in Categories (Permalinks)?I have this same problem! Can you tell me how you solved this? All my products are 404 not found, but all the catalog pages and other misc. site files display.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce pages permalinks 404I’m having this problem as well. After fine tuning permalinks, the individual product pages are 404 at mysite.com/shop/individual-product here
https://supahmarket.comi’m using a plugin for SEO (Yoast WordPress SEO) which has some permalink settings contained within. After disabling that plugin, the pages are still 404s.
Perhaps I will try r1987’s fix?
Forum: Plugins
In reply to: [WooCommerce] Permalinks and 404 Errorshaving the same problem here.
MOST pages load and work just fine until navigating to individual product pages.
here: https://supahmarket.com
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] FORCE_SSL_LOGIN for shared SSLhey Mvied –
you’re so right, and of course i picked that particular hosting company.
i had used the above solution in place for some time, and it wasn’t catching everything (images, style sheets … ) so this plugin slayed my dragon – i thought I’d pass it along since it helped me so much –https://snippets.webaware.com.au/snippets/wordpress-is_ssl-doesnt-work-behind-some-load-balancers/
Thanks for all the work you do.
-abgpForum: Plugins
In reply to: [Sidebar Login] Modify to Log Out only?the band-aid fix for this was creating a link and adding it to my drop down menu. i named the link ‘log out’ and used this link
As for my situation & site – i had to get a person from my chosen theme to fix the original issue manually.
Forum: Plugins
In reply to: [WooCommerce] Get HTTPS to be default for css/fonts/imagesHey Patrick!
Thanks so much for the suggestions, and you’re right – it should have worked with the forcing, but it would break the styles etc. I used every which setting set up possible and none of them solved the problem. If I could have found where the dynamic code was generated and alter it, i would have done that, but for my skill level: wordpress plus my theme plus my woocommerce plugin means so much dynamic stuff that I was unable to find it. Probably the combination of developing the site pre-ssl plus having a shared host on networksolutions was the issue that made all the logical solutions such as your suggestion fail.Overnight I found this solution and it’s solved all my problems – A this plugin https://snippets.webaware.com.au/snippets/wordpress-is_ssl-doesnt-work-behind-some-load-balancers/
The problem was actually this function is_ssl(), and this plugin did the trick.
Go team! thanks again!