onemorewpsuser
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Removing line breaks before exportingAh, now I see that there is a difference when export is done in different formats.
If I export with Excel TSV (UTF16LE-BOM) everything is OK, but other than that, nothing else is working.
Anyway, it is important that the export is possible 🙂
Thanks for your help, and thank you for creating such a powerful plugin.
Forum: Hacks
In reply to: redirect all 404's from one directory to index page of that directorymaybe someone will find it useful
it can be done by adding following code to the theme’s 404.php page<?php header("HTTP/1.1 301 Moved Permanently"); header("Location: ".dirname($_SERVER['REQUEST_URI']).'/'); exit(); ?>maybe someone will find it useful
it can be done by adding following code to the theme’s 404.php page<?php header("HTTP/1.1 301 Moved Permanently"); header("Location: ".dirname($_SERVER['REQUEST_URI']).'/'); exit(); ?>Forum: Plugins
In reply to: From /?s=keyword to /keyword.html in root directoryI forget to say that the URL has to look like domenneme/find-best-things.html and not as domenneme/find+best+things.html.
SorryForum: Everything else WordPress
In reply to: Displaying Web Search Results in Simple PermalinkThis plugin is just what you need
http://ww.wp.xz.cn/extend/plugins/search-permalink/
or this
http://txfx.net/wordpress-plugins/nice-search/