Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter hiddencrimson

    (@hiddencrimson)

    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.

    Thread Starter hiddencrimson

    (@hiddencrimson)

    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.

    Thread Starter hiddencrimson

    (@hiddencrimson)

    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?

    Thread Starter hiddencrimson

    (@hiddencrimson)

    Please can anyone give some input?

Viewing 4 replies - 1 through 4 (of 4 total)