NexuS-Pt/BO2-BOxygen/master/.htaccess
AddDefaultCharset utf-8
SetEnv TZ Europe/Lisbon
<IfModule mod_php5.c>
php_value display_errors true
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^0/$ ./backoffice.php [QSA,L]
RewriteRule ^0/([^/]*)/$ ./backoffice.php?pg=$1 [QSA,L]
RewriteRule ^0/([^/]*)/([0-9]+)$ ./backoffice.php?pg=$1&i=$2 [QSA,L]
RewriteRule ^0/([^/]*)/([0-9]+)/([^/]*)$ ./backoffice.php?pg=$1&i=$2&a=$3 [QSA,L]
</IfModule>
On Github License
Files
Download PDF of Htaccess file