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