solidwalnut
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Simply quit working@rcarpadus You have to be able to access the root directory of your website. First off, this is something that you definitely do not want to mess with if you don’t know about websites as incorrectly altering this file will break your website.
Get help from your webhost if you need.
The .htaccess file is just a notepad file, but you save the file exactly as .htaccess. It will look similar to this (don’t use this text, it could be wrong for your site):
All of the redirects are written at the top of the file, like the first line below:
*****
Redirect 301 /category/merchandise-right hand http://yoursite.com/merchandise-right
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f</IfModule>
# END WordPress
*****
Forum: Plugins
In reply to: [Redirection] Simply quit workingI don’t really care about the stats right now. The redirects on two of the sites are for structural reasons. I wrote them in the .htaccess file and stopped this plugin and am happy.
Forum: Plugins
In reply to: [Redirection] Simply quit workingI think it’s either time to move to a new plug in, or write all of the redirects directly in the .htaccess file of the sites.
Forum: Themes and Templates
In reply to: [Optimizer] Child Theme Configuratorresolved
Forum: Themes and Templates
In reply to: [Optimizer] Child Theme ConfiguratorOh, ok. Thanks much.
Forum: Themes and Templates
In reply to: [Melos] Melos, Menu sub-NavigationAhh…sorry about that. Rookie WP mistake. I forgot about dragging the element around to make the sub-menu spot possible.
Thanks anyway,
SteveForum: Fixing WordPress
In reply to: Difficulty seeing comment boxYep, it’s definetly the template I’m using: Adventure. I switched to Twenty Eleven and I don’t have the above difficulties.
I’m going to leave this post ‘not resolved’ for a few to see if there are any comments.
Thanks.