menendezpoo/Azucar/master/.htaccess
RewriteEngine on
#RewriteCond %{REQUEST_URI} !^azucar/out.php$
#RewriteRule ^(.+)$ azucar/out.php?url=$1 [L]
#
RewriteCond %{QUERY_STRING} !AZUCAR_MARKER_TEXT
RewriteCond %{REQUEST_URI} !^/theme
#RewriteCond %{QUERY_STRING} url=([-a-zA-Z0-9_/]+)
#RewriteRule ^/?azucar/out.php$ %1? [R=301,L]
#RewriteRule ^/?([-a-zA-Z0-9_/]+)$ /azucar/out.php?AZUCAR_MARKER_TEXT&url=$1&querystring=%{QUERY_STRING} [L]
RewriteRule ^/?(.*)$ /azucar/out.php?AZUCAR_MARKER_TEXT&url=$1 [L]
On Github License
Files
Download PDF of Htaccess file