+ Reply to Thread
Results 1 to 2 of 2

Thread: Accessing index.html on a subfolder

  1. #1

    Accessing index.html on a subfolder

    Since I installed the Realty script (and very happy of it) I can't access to my personal html pages located even on sub-folders with my browser.
    I need them for other scripts and other websites.
    How can I change this ?
    Thanks in advance

  2. #2
    ok I ve found
    htaccess file in the folder with :

    RewriteEngine on
    RewriteBase /my_folder/
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f

+ Reply to Thread