Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: 403 Forbidden
    Thread Starter jlyons

    (@jlyons)

    There is no .htaccess file within the wp-admin folder. These are the contents of the root .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.so>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    RewriteCond %{HTTP_HOST} ^ochstitans\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.ochstitans\.com$
    RewriteRule ^/?$ “http\:\/\/ochstitans\.com\/blog” [R=301,L]

    Forum: Plugins
    In reply to: 403 Forbidden
    Thread Starter jlyons

    (@jlyons)

    I get this error for all plugins.

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