rage00001
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] Only Dynamic pages are served.Another update guys….
I tried another code inside the .htaccess file and now and got another result for the front page (index.php)
Now i get this text:
<!– Dynamic Page Served (once) in 1.401 seconds –>
<!– Cached page served by WP-Super-Cache –>
<!– Compression = gzip –>I do get this message when displaying tags also…
No changes in any article, still just dynamic message
The differense is that the original is useing {REQUEST_URI} and this one is using {QUERY_STRING}
# BEGIN WPSuperCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / AddDefaultCharset UTF-8 RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*s=.* RewriteCond %{QUERY_STRING} !.*p=.* RewriteCond %{QUERY_STRING} !.*attachment_id=.* RewriteCond %{QUERY_STRING} !.*wp-subscription-manager=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L] RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*s=.* RewriteCond %{QUERY_STRING} !.*p=.* RewriteCond %{QUERY_STRING} !.*attachment_id=.* RewriteCond %{QUERY_STRING} !.*wp-subscription-manager=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L] </IfModule> # END WPSuperCache
Forum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] Only Dynamic pages are served.Just an update here…
My frontpage (index) is caching as i should ??
<!– Dynamic Page Served (once) in 1.401 seconds –>
<!– super cache –>But i don’t get this message in any article…
Forum: Fixing WordPress
In reply to: Displaying IP adress in registration emailAlthough there must be a way to hardcode this, I found the benefits of the plugin Register Plus to be be great!
Thank YOU!!!!!
Forum: Plugins
In reply to: Log Users IP address when they registerHi Guys….
this was a really old topic, but what the hell….
I’m searching for a plug-in or whatever to store registered users IP primarily because i want to know where they live.
Do anybody know about a solution
Forum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] Only Dynamic pages are served.I have the exact same problem as pashaweb, and exactly the same code inside .htaccess as beisbolct shown above.
I just get <!– Dynamic Page Served (once) in XXXX seconds –>
I have tried different browsers, even different computers, no cashed files are served, just stored correctly.
I can confirm that files are being cached, both in admin and looking in the cache folder.
I have also tried to enable Compression = gzip wich also did not work. I didn’t get any errors or something, it just don’t show anything…
You find my site here: https://litt.sinna.no
Please help ??
Forum: Plugins
In reply to: [Plugin: Sabre] SimplePress issue solved?I hope so to, this plugin is awesome….
I was really sad when i realized it didn’t work with simple press forum.
I got this message when trying to automatically update the Viper’s Video Quicktag plugin. It seems like the problem with the .swf files are global and not just for this plugin.
WARNING: If you use the FLV embed feature of Viper’s Video Quicktags, there is a bug in WordPress with the FTP method of upgrading plugins. It will not upload the .swf files properly. If you do embed FLV files, please manually download the plugin and upload the files to your server. If you don’t embed FLV files (and only embed YouTube, etc. videos), you can safely ignore this message and upgrade automatically.
I’m changing this topic to resolved…
Problem not soved yet, but we have found out what to do…
That would be awesome Viper…
I’m looking forward to the update… ??
I can comfirm this….
I deactivated the plugin, deleted the folder, and manually uploaded the latest version…
I then activated the plugin again, and now it works.
Well..
I can confirm, i have tested and it works in fine other browsers.
But that’s a serious problem, because i can’t control what type of browser my visitors are using…
I need a solution that work in all major browsers…
Any chance??
Ok…
I’ve found out that the previous version was working just fine…
So i have downgraded it to 1.13
But what can i do to get the latest version to work?
Thanks ??
Forum: Plugins
In reply to: [Plugin: Viper’s Video Quicktags] No Video Controls with 6.0.3Yeaa….
You missed the search before posting option *lol*That seems very logical, but it did not work….
Just for testing proposes i included the border, and the border is correctly displayed, but the video is not changed..
#frontpage .vvqbox { border: 5px solid red; padding: 0px; width: 300px !important; }
What could be wrong here ??
Forum: Plugins
In reply to: Viper’s Video Quicktags – 6.03 Shows Preview ImageThank YOU Guys…
This saved my day ??
I placed <?php wp_footer(); ?> in footer.php right before </body>
Problem solved….