Changeset 638 for trunk/.htaccess


Ignore:
Timestamp:
Dec 11, 2013, 1:54:42 PM (10 years ago)
Author:
chronos
Message:
  • Fix: Reverted changed .htaccess.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.htaccess

    r637 r638  
    88
    99# Pretty urls on localhost with alias
    10 #RewriteCond %{HTTP_HOST} localhost
     10RewriteCond %{HTTP_HOST} localhost
    1111RewriteCond  %{REQUEST_FILENAME}  !-f
    1212RewriteCond  %{REQUEST_FILENAME}  !-d
     
    1414
    1515# Pretty urls
    16 #RewriteCond %{HTTP_HOST} wowpreklad.zdechov.net
    17 #RewriteCond  %{REQUEST_FILENAME}  !-f
    18 #RewriteCond  %{REQUEST_FILENAME}  !-d
    19 #RewriteRule   ^(.*)$ index.php?$1
     16RewriteCond %{HTTP_HOST} wowpreklad.zdechov.net
     17RewriteCond  %{REQUEST_FILENAME}  !-f
     18RewriteCond  %{REQUEST_FILENAME}  !-d
     19RewriteRule   ^(.*)$ index.php?$1
    2020
    2121
Note: See TracChangeset for help on using the changeset viewer.