dyonenedi/lidiun_history/master/LidiunFramework_5.0/.htaccess - Htaccess File

dyonenedi/lidiun_history/master/LidiunFramework_5.0/.htaccess

order allow,deny
allow from all

RewriteEngine on
RewriteBase /app/public
RewriteCond %{SCRIPT_FILENAME} !-f [OR]
RewriteCond %{SCRIPT_FILENAME} !-s [OR]
RewriteCond %{SCRIPT_FILENAME} !-d 
RewriteRule ^(.*)$ index.php?uri=$1

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache