seaphire
Forum Replies Created
-
Forum: Plugins
In reply to: After W3 Total Cache redirect domain.de to www.domain.de does not work!I’ve tried using the development version and that does not change anything. Disabling the plugin and switching to WP Super Cache seems to be the more-practical solution at this point.
However, I believe this has been mentioned, but you can just add this code to the top of your .htaccess file:
`<IfModule mod_rewrite.c>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.example.com$
RewriteRule ^(.*) http://example.com/$1 [QSA,L,R=301]
</IfModule>’And everything will work correctly again. HOWEVER, this does not correct the problem as WordPress is supposed to automatically redirect the URLs — but once the plugin is enabled, it does not.
Since WordPress 2.3 a feature called “canonical URLs” has been known to redirect www to non-www or vice-versa…
Regardless of settings?
FYI, WP Super Cache works just fine… well judging that its made by the WordPress Developers — I’d hope so… anyways there’s a problem that needs to be located in W3 Total Cache…
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] www to non www (vice versa) resolvI’m sorry — but it does exist. I’ve used v0.9 and the development version… fix please
Forum: Themes and Templates
In reply to: Shorten Length of Title for a List of PostsI got it… and if anyone else ever stumbles upon this, here’s how:
http://www.knowtebook.com/wordpress-shorten-the-title-of-posts-or-everything-else-you-want-872.htm