Tso Host SSL confing Perch Cms

  • 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

  • Gareth S

    Approved the thread.
  • I'm not sure why that wouldn't work.


    Is the Home page listed in Perch admin?


    You shouldn't need an index.php page for the home page in your webspace. Remove that if it's there.


    My .htaccess is normally as follows but it's very similar to yours. Here's the basics that I use.