PDA

View Full Version : Accessing index.html on a subfolder



Lionel Gruffaz
November 20, 2012, 06:46 PM
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

Lionel Gruffaz
November 20, 2012, 07:08 PM
ok I ve found
htaccess file in the folder with :

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