Changed Advanced Manufacturing payments to be more flexible and simpler. Removed...
[fa-stable.git] / .htaccess
index b923b02e3372d8c329c9ae9e204b063d653cc1de..de47e678e2ea8a40abe56ff6725addb1d3cf162e 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -2,8 +2,14 @@
 # Maybe you might have problems
 # with other scripts that needs
 # register_globals ON
-php_flag magic_quotes_gpc Off
-php_flag register_globals Off
+<IfModule mod_php4.c>
+       php_flag magic_quotes_gpc Off
+       php_flag register_globals Off
+</IfModule>
+<IfModule mod_php5.c>
+       php_flag magic_quotes_gpc Off
+       php_flag register_globals Off
+</IfModule>
 
 #Sometimes neccessary to add those
 #