X-Git-Url: http://git.shiar.net/sc2-widget/blobdiff_plain/40a676b7222ed578faa199dc285e9310e92deaf8..aaceaa1177cdd850334513701913eefebc6fcfaa:/.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