DocumentRoot "/usr/local/shorten/htdocs" AllowOverride None Order allow,deny Allow from all RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^/add$ https://xn--yet.cc/add [R=301,L] RewriteCond %{HTTPS} off RewriteRule ^/$ https://xn--yet.cc/ [R=301,L] RewriteCond %{HTTPS} on RewriteRule ^/add$ /usr/local/shorten/cgi/shorten.pl/add [H=cgi-script,L] RewriteCond %{HTTPS} on RewriteRule ^/$ /usr/local/shorten/htdocs/form.html [L] RewriteRule ^/add /usr/local/shorten/htdocs/not_there [L] RewriteRule ^/(.*)$ /usr/local/shorten/cgi/shorten.pl/$1 [H=cgi-script,B,L] # this must match a Processor ServerEnvironment apache apache # these are optional - defaults to the values specified in httpd.conf MinSpareProcessors 4 MaxProcessors 20