kaspr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: redirect all wordpress pages with ending forward slash .htaccessno one really knows how?
Forum: Fixing WordPress
In reply to: redirect all wordpress pages with ending forward slash .htaccessI tried adding new rules to my htaccess, from this
# 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
to have it like this.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !\.(php|html?|jpg|gif|png|css|js)$ RewriteRule ^(.*)([^/])$ https://%{HTTP_HOST}/$1$2/ [L,R=301] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
It seems to make it work that that, however, after a while or after you cleared your browser’s cache. My wordpress pages returns to https://www.mydomain.com/404.shtml/
Any ideas why is this occuring like this? Or is there something wrong with my htaccess?
Forum: Fixing WordPress
In reply to: redirect all wordpress pages with ending forward slash .htaccessi also tried using permalinks structure of /%postname%/ but it still doesn’t do what i expect it to do.
Forum: Fixing WordPress
In reply to: Get views from other posts and put in on one single page ?hmm..and click on forum post? i think i just did it..but yeah, i really need some answer for this one…
Forum: Fixing WordPress
In reply to: Get views from other posts and put in on one single page ?uhmm huh ? what you talking about? which link is that in here? I’m talking about on the plugin’s support forum itself..which is
https://forums.lesterchan.net/index.php
If you are talking about here in wordpress, well where should I post again? what link?
Forum: Fixing WordPress
In reply to: Get views from other posts and put in on one single page ?I already have that in there, i’m just hoping there’s someone that knows in here too and can lend a hand..
so anyone ?
Forum: Fixing WordPress
In reply to: Get views from other posts and put in on one single page ?hellloo!?! is this forum even active anymore? please help…
Forum: Plugins
In reply to: [WP-PostRatings] WP POSTRATINGS quick questionbump..anyone?
Forum: Fixing WordPress
In reply to: Get views from other posts and put in on one single page ?bump…anyone?
Forum: Fixing WordPress
In reply to: Get views from other posts and put in on one single page ?Any help out there ?
Forum: Fixing WordPress
In reply to: Post content not showing but title is showingwell, i just reorganize my tables..i put off the tables on different post and ratings shortcode on different post..and now its working ok, hopefully it will stay like that..but anyway thanks for your time, i appreciate the help ??
Forum: Fixing WordPress
In reply to: Post content not showing but title is showingAnyway, I tried removing all my plugins and see if its conflicting any. And i think what is causing this, its the WP-POSTRATINGS thats conflicting it. When I deactivate that plugin, the post comes back to normal even if I have about 500 links episodes on it. But when I re-activate it again, that’s when the post that has a lot of episode links becomes blank.
Well, WP-POSTRATINGS is really a MUST plugin for me to use especially in the kind of site that I have. I tried looking for alternative plugin but I just cant find one that does the same effect as WP-POSTRATINGS, is there any other way to fix this issue?
Forum: Fixing WordPress
In reply to: Post content not showing but title is showingSo, is there any ideas left for this issue? Any help would be appreciated thanks.
Forum: Fixing WordPress
In reply to: Post content not showing but title is showingwell, i just checked it now. And I can see everything on my page source, except those contents that has to be there. Is there anyway that I can contact you so that I can show you the site faster that having this issue? An email perhaps or MSN and Skype? It may be more easier to understand than explaining things here.
But anyway yeah, the source is there except the content. But on the other posts that i have with less episode links, the table codes are in the page source.
Forum: Fixing WordPress
In reply to: Post content not showing but title is showingHmmm..I didn’t have any errors on the site, as far as I know, so I don’t have that error_logs. And like I said, everything seems to work fine, except that when I went into that kind of more links adding, the post become blank. And ONLY that post is blank, not the whole site or other posts.