georg94/firefly-php/master/public/.htaccess
#// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#// _____ _ __ _ ____ _ _ ____ \
#// | ___(_)_ __ ___ / _| |_ _ | _ | | | | _ \
#// | |_ | | '__/ _ |_| | | | |_____| |_) | |_| | |_) | \
#// | _| | | | | __/ _| | |_| |_____| __/| _ | __/ \
#// |_| |_|_| ___|_| |_|__, | |_| |_| |_|_| \
#// |___/ \
#// ----------------------------------------------------- \
#// Author: singh aka jba@derpunkt.de \
#// Info: Mode rewrite to hav nice paths .) \
#// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
RewriteEngine On
RewriteBase /derpunkt/developer/jba/firefly-php/dev/public/
RewriteRule ^([^/.]*)(.html?|/)(.*)$ index.php/?path=$1&$3 [QSA]
On Github License
Files
Download PDF of Htaccess file