X-Git-Url: http://git.shiar.net/sc2-widget/blobdiff_plain/1d18af433ab41277e1e714928f7acc946438d44e..HEAD:/.htaccess diff --git a/.htaccess b/.htaccess index f391cd0..f28aa3c 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,5 @@ +AddHandler application/x-httpd-php php + RewriteEngine on -RewriteCond %{REQUEST_FILENAME}.html -f -RewriteRule ^([^/]+) $1.html +RewriteCond %{REQUEST_FILENAME}.php -f +RewriteRule ^([^/]+)(.*) $1.php?clan=$2