netgloo/benjamin_demo/master/.htaccess - Htaccess File

netgloo/benjamin_demo/master/.htaccess

<IfModule mod_rewrite.c>

  # Turn Off mod_dir Redirect For Existing Directories
  DirectorySlash Off
  
  # Rewrite For Public Folder
  RewriteEngine on
  RewriteRule ^(.*)$ public/$1 [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache