• Resolved Sjoerd van Heummen

    (@welovetraffic)


    Hi there,
    Exported all my redirections through the export dialog to .htaccess format for Apache.
    When I replace the following addition from your plugin with this export I get an internal server error(500):
    # BEGIN HTTPS Redirection Plugin
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    </IfModule>
    # END HTTPS Redirection Plugin

    My website is: https://welovetraffic.nl/
    Tried several times, but problem stays.
    Hope you have a clue?
    Thanks already!

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Internal server error 500 when exporting to Apache’ is closed to new replies.