Changeset 744 for trunk/.htaccess
- Timestamp:
- Sep 6, 2015, 10:39:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.htaccess
r512 r744 5 5 6 6 RewriteEngine On 7 RewriteBase /8 9 # Pretty urls on localhost with alias10 RewriteCond %{HTTP_HOST} localhost11 7 RewriteCond %{REQUEST_FILENAME} !-f 12 8 RewriteCond %{REQUEST_FILENAME} !-d 13 RewriteRule ^(.*)$ centrala/index.php?$1 14 15 # Pretty urls 16 RewriteCond %{HTTP_HOST} centrala.zdechov.net 17 RewriteCond %{REQUEST_FILENAME} !-f 18 RewriteCond %{REQUEST_FILENAME} !-d 19 RewriteRule ^(.*)$ index.php?$1 20 9 RewriteRule ^(.*)$ %{CONTEXT_PREFIX}/index.php?$1 21 10 22 11 #ErrorDocument 403 "index.php?page=403"
Note:
See TracChangeset
for help on using the changeset viewer.