X-Git-Url: http://git.shiar.nl/sc2-widget/blobdiff_plain/1d18af433ab41277e1e714928f7acc946438d44e..016866417332cf5660cbafa39bddced38e78df44:/.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