X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Fhtaccess;h=4073890dd71706a825222e31b616596ee1aaf69f;hb=8864cc2002f9ec9604b8d687bd5eaff9d769824c;hp=362282a5d10a0312b8194768e4c36ce085ce9914;hpb=d98d81886649a863d0e902f7c4e63b1257217e1f;p=wfpl.git diff --git a/metaform/htaccess b/metaform/htaccess index 362282a..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 ^$ /run.php -RewriteRule ^[^/]*\.html$ /~form~/run.php +RewriteRule ^[^/.]*$ /~form~/run.php