vcardillo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Don’t want certain authors to get comment/reply emailsDoes anyone have any ideas on this? I searched around but wasn’t able to find anything.
Forum: Fixing WordPress
In reply to: Mod Rewrite Conflicting with other .htaccess filesInteresting. I knew there had to be a way around it. I appreciate your link to the explanation! I’ve been trying to figure this out for days, because I wanted to password protect my Postie directory.
Forum: Fixing WordPress
In reply to: Mod Rewrite Conflicting with other .htaccess filesI figured it out. I hope this will help others.
I had installed my WordPress to .com/blog. However I was placing the .htaccess file in my root directory. I thought this was fine since I wanted to show my blog both on my homepage and at .com/blog.
Eitherway, moving the .htaccess rewrite file to the blog directory has solved the problem.
My suggestion to people is to never install WordPress in your root public_html directory. It only mucks things up.
Forum: Fixing WordPress
In reply to: Mod Rewrite Conflicting with other .htaccess filesI simply don’t think there’s a way to solve this. I’ve looked all around. One promising post I found was here: http://forum.dreamhosters.com/troubleshooting/61235-.htaccess-Conflicts.htm
It gives a detailed explanation of why conflicts occur with ModRewrite. But its solution failed.
This was the response I got from my hosting provider:
Sorry, but there is no way to use WordPress rewrite lines and Password protection for subdirectories.
Isn’t there a way to tell the rewrite rule to ignore certain directories?