summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-05-28 18:53:48 +0000
committerDries Buytaert <dries@buytaert.net>2001-05-28 18:53:48 +0000
commite32241e59ae93dced80d561350e9c45bf1ca264d (patch)
tree1a6c75d68f4f344cc9ad8ae615e2f09e127f450c /.htaccess
parentcb2850f5c90c0bd293f8ba7e3f2fbc1417a76d30 (diff)
downloadbrdo-e32241e59ae93dced80d561350e9c45bf1ca264d.tar.gz
brdo-e32241e59ae93dced80d561350e9c45bf1ca264d.tar.bz2
- Renamed syndication.module to import.module.
- Removed headline.module: it became obsolete. - Removed backend.class: it became obsolete. - Added export.module. For now, you can use: 1. http://drupal/export.php?headlines.rss 2. http://drupal/export.php?headlines.rdf - Renamed export to export.php. For now, you can use: 1. http://drupal/export.php?headlines.rss 2. http://drupal/export.php?headlines.rdf Renaming this file has main 3 advantages: 1. We no longer rely on .htaccess for being able to export. 2. It is more conform with the general naming conventions. 3. It removes a pseudo-hack with formatting the URI. - Made import.module export blocks with feeds.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess5
1 files changed, 0 insertions, 5 deletions
diff --git a/.htaccess b/.htaccess
index 7e563745c..473a5ec3d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,11 +8,6 @@
deny from all
</Files>
-# Syndicate content:
-<Files export>
- ForceType application/x-httpd-php
-</Files>
-
# Customized server error messages:
ErrorDocument 400 /error.php
ErrorDocument 402 /error.php