php wrapper around widget creating missing include
[sc2-widget] / .htaccess
index f391cd071ff79650775594710ab2d52dcf5464e6..bacadc7435ad759a8b3f598376bffb4b8d03b09e 100644 (file)
--- 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