diff --git a/.htaccess b/.htaccess index d5f9693..258d460 100644 --- a/.htaccess +++ b/.htaccess @@ -10,5 +10,4 @@ RewriteRule ^Questions/([0-9]+)/Edit pages/Edit.php?id=$1 [NC] # Hand RewriteRule ^Questions/([0-9]+)/Delete pages/Delete.php?id=$1 [NC] # Handle question delete RewriteRule Attributions documents/Attributions.html [NC] RewriteRule Questions/Interesting pages/Interesting.php [NC] -RewriteRule ^$ pages/index.php [NC] -php_value output_buffering Off \ No newline at end of file +RewriteRule ^$ pages/index.php [NC] \ No newline at end of file