Sub Folder Accesss

  • Normally when you create a new folder in your root directory the content is not accessible, you need to create a .htaccess file in that folder to make content accessible.

     

    RewriteEngine On
    RewriteBase /YOURFOLDERNAME/
0 comments