Posts by StephanieConaway

    I Have a Perch Runway website on TSO Host and having issues with setting up the https:// redirect

    most of the ones i have tried result in redirecting to a error page

    this is my current htaccess talktowendys

    Code
    1. <IfModule mod_rewrite.c>
    2. # Perch Runway RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} RewriteCond %{REQUEST_URI} !^/perch RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* /perch/core/runway/start.php [L]
    3. </IfModule>

    but this works on all pages apart from the home pagewhere i get sent to /core/runway/start.php