Changeset 346 for trunk/.htaccess
- Timestamp:
- Jan 17, 2012, 2:10:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.htaccess
r344 r346 11 11 RewriteCond %{REQUEST_FILENAME} !-f 12 12 RewriteCond %{REQUEST_FILENAME} !-d 13 RewriteRule ^(.*)$ centrala/index.php? page=$113 RewriteRule ^(.*)$ centrala/index.php?$1 14 14 15 15 # Pretty urls … … 17 17 RewriteCond %{REQUEST_FILENAME} !-f 18 18 RewriteCond %{REQUEST_FILENAME} !-d 19 RewriteRule ^(.*)$ index.php? page=$119 RewriteRule ^(.*)$ index.php?$1 20 20 21 21
Note:
See TracChangeset
for help on using the changeset viewer.