Forum Replies Created

Viewing 2 replies - 91 through 92 (of 92 total)
  • Thread Starter dropshot

    (@dropshot)

    Sorry. Don’t what the “remote site” is.

    This is the .htaccess from the live site.

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

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

    # END WordPress

    Thread Starter dropshot

    (@dropshot)

    Thanks for your fast reply!

    I’ve tried deactivating and deleting plugins. I’ve also tried the Twenty Eleven theme.

    I will try re-uploading files and folders.

    But I don’t know. When running it locally with MAMP everything works fine…

Viewing 2 replies - 91 through 92 (of 92 total)