Changeset 582
- Timestamp:
- 06/29/05 08:44:43 (4 years ago)
- Files:
-
- 1 modified
-
trunk/rss/.htaccess (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/.htaccess
r579 r582 1 2 # Disable MultiViews: we want the real thing 3 # http://httpd.apache.org/docs-2.0/mod/mod_negotiation.html#multiviews 4 5 Options -MultiViews 6 1 7 <IfModule mod_rewrite.c> 2 8 RewriteEngine on … … 23 29 24 30 #sticky view 25 RewriteRule ^sticky?\/?$sticky.php [L]31 RewriteRule ^sticky?/?$ sticky.php [L] 26 32 27 33 #item view
