Access to physical page in Runway

  • Hi all,


    Does anyone know how to allow access to a 'physical' page in Runway?


    I have a Runway site which is working fine, but want to be able to visit a 'physical' directory in the root too:


    /book/index.php


    But trying to visit that page results in 'Page not found'. I'm sure it's because Runway is routing all queries through it's controller. Can anyone help?


    My .htaccess has:


    Code
    1. # Perch Runway
    2. RewriteEngine On
    3. RewriteCond %{REQUEST_URI} !^/perch
    4. RewriteCond %{REQUEST_FILENAME} !-f
    5. RewriteRule .* /perch/core/runway/start.php [L]