autofuelsaving
Forum Replies Created
-
I did not know how to turn it off – I just added the header image via the Elegant Grunge theme config link right under “Add New Themes” in the “Appearance” area – I did nothing else.
BTW, how to turn the header text on or off?
Forum: Fixing WordPress
In reply to: WordPress URL Redirect from root to folderThe above did not work as I am trying to redirect from root to the info folder, not the other way around.
I did use the following in public_html/.htaccess and commented out all lines in public_html/info/.htacess
<IfModule mod_rewrite.c>
RewriteEngine On
# Base, it’s root, so just a single slash
RewriteBase /info/
# Not a file
RewriteCond %{REQUEST_FILENAME} !-f
# Not a directory
RewriteCond %{REQUEST_FILENAME} !-d
# Map to info folder index
RewriteRule . /info/index.php [L]
</IfModule>Now I view all posts in both the root and the info folder which gives duplicate contents and is not what I want – see this:
http://gain4you.net/315/overview-of-ubuntu-9-10-improvements/
Forum: Fixing WordPress
In reply to: WordPress URL Redirect from root to folderAnyone?
Forum: Plugins
In reply to: SimplePress VS. OnePress Vs. bbPress?I found another one called OnePress Community. It does not work as a WP plugin but as a WP theme that integrates with phpBB (separately installed). This is neat. See this intro:
http://onepresscommunity.com/2008/12/wordpress-forums-community/
and instructions for installation: