hiddencrimson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Strange Error. Please Help!Well, I just deleted RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ – [F,NC] without really knowing what to expect and it actually fixed the problem. Thank you for recommending this because I’ve been trying to solve this problem for days now.
Forum: Fixing WordPress
In reply to: Strange Error. Please Help!There is a .htaccess file in my public_html directory although it isn’t in this domain’s directory.
Here are two sections of commands that look like they might have caused this problem.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ – [F,NC]
The weird thing about all of this is that I installed wordpress on my main domain the exact same way I did on this one and it has no issues what so ever.
Forum: Fixing WordPress
In reply to: Strange Error. Please Help!First of all, thank you very much for the response. I really do appreciate it.
In response to your suggestions, I checked my url settings in the Settings/General section of the WordPress Dashboard and everything seems to be normal. I’m not sure if this is what you meant though.
And as for the .htaccess, there isn’t one for this domain’s directory. Do you suggests that I create one for this domain?
Forum: Fixing WordPress
In reply to: Theme Looks Strange And Can’t See Visual Editor IconsPlease can anyone give some input?