Changeset 637 for trunk/.htaccess
- Timestamp:
- Dec 11, 2013, 1:44:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.htaccess
r545 r637 8 8 9 9 # Pretty urls on localhost with alias 10 RewriteCond %{HTTP_HOST} localhost10 #RewriteCond %{HTTP_HOST} localhost 11 11 RewriteCond %{REQUEST_FILENAME} !-f 12 12 RewriteCond %{REQUEST_FILENAME} !-d … … 14 14 15 15 # Pretty urls 16 RewriteCond %{HTTP_HOST} wowpreklad.zdechov.net17 RewriteCond %{REQUEST_FILENAME} !-f18 RewriteCond %{REQUEST_FILENAME} !-d19 RewriteRule ^(.*)$ index.php?$116 #RewriteCond %{HTTP_HOST} wowpreklad.zdechov.net 17 #RewriteCond %{REQUEST_FILENAME} !-f 18 #RewriteCond %{REQUEST_FILENAME} !-d 19 #RewriteRule ^(.*)$ index.php?$1 20 20 21 21
Note:
See TracChangeset
for help on using the changeset viewer.