X-Git-Url: http://git.shiar.nl/sc2-widget/blobdiff_plain/1d18af433ab41277e1e714928f7acc946438d44e..73d1bf9607b8ca88878e89b53eb00fa89135bcc0:/.htaccess diff --git a/.htaccess b/.htaccess index f391cd0..bacadc7 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$2