Changeset 188940
- Timestamp:
- 01/02/2010 01:09:00 PM (16 years ago)
- Location:
- http-express/trunk
- Files:
-
- 2 edited
-
http_express.php (modified) (1 diff)
-
http_express_admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
http-express/trunk/http_express.php
r188934 r188940 40 40 41 41 $rule = '\.(jpeg|jpg|gif|bmp|png|swf|js|css)$'; 42 $action = './wp-content/plugins/http _express/do_http_header.php?file=%{REQUEST_FILENAME}';42 $action = './wp-content/plugins/http-express/do_http_header.php?file=%{REQUEST_FILENAME}'; 43 43 44 44 $rules = array(); -
http-express/trunk/http_express_admin.php
r188934 r188940 7 7 $rules = array(); 8 8 $rule = '\.(jpeg|jpg|gif|bmp|png|swf|js|css)$'; 9 $action = './wp-content/plugins/http _express/do_http_header.php?file=%{REQUEST_FILENAME}';9 $action = './wp-content/plugins/http-express/do_http_header.php?file=%{REQUEST_FILENAME}'; 10 10 $rules[] = "###Begin HTTP Express"; 11 11 $rules[] = "<IfModule mod_rewrite.c>";
Note: See TracChangeset
for help on using the changeset viewer.