X-Git-Url: http://git.shiar.nl/sc2-widget/blobdiff_plain/1d18af433ab41277e1e714928f7acc946438d44e..10f5d826fe537c83902e44108ab7a7903e4d8d79:/.htaccess?ds=sidebyside 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