X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fhtaccess;h=4073890dd71706a825222e31b616596ee1aaf69f;hb=b54ae765dff4e8a1b3c9a8d1f342ecc497ce95b4;hp=eb2ad6de59c221895c29858067efd135a764ba0c;hpb=7add2ea3f61e40c5f0f5539ac6e02533c9390db4;p=wfpl.git diff --git a/metaform/htaccess b/metaform/htaccess index eb2ad6d..4073890 100644 --- a/metaform/htaccess +++ b/metaform/htaccess @@ -1,3 +1,6 @@ +php_flag register_globals off +php_flag magic_quotes_gpc off +Options -MultiViews +AddDefaultCharset UTF-8 RewriteEngine on -RewriteRule ^$ /~form~/run.php -RewriteRule ^[^/]*\.html$ /~form~/run.php +RewriteRule ^[^/.]*$ /~form~/run.php