Changeset 2434
- Timestamp:
- 07/23/08 17:24:58 (4 months ago)
- Files:
-
- 1 modified
-
websites/pbidir.com/.htaccess (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/pbidir.com/.htaccess
r2170 r2434 3 3 RewriteRule ^rss/recent.rdf$ /bt/rss/pbi.rss [NC,L] 4 4 5 RewriteCond %{REQUEST_URI} !.php|.css|.js|.jpg|.jpeg|.gif|.png|.txt|.sh$ 6 RewriteRule ^(.*)$ /index.php/$1 [L] 5 RewriteCond %{REQUEST_FILENAME} !-f 6 RewriteCond %{REQUEST_FILENAME} !-d 7 RewriteRule ^(.*) index.php 8 9 #RewriteCond %{REQUEST_URI} !.php|.css|.js|.jpg|.jpeg|.gif|.png|.txt|.sh$ 10 # RewriteRule ^(.*)$ /index.php/$1 [L] 7 11 8 12
