Changeset 637 for trunk/.htaccess


Ignore:
Timestamp:
Dec 11, 2013, 1:44:54 PM (10 years ago)
Author:
chronos
Message:
  • Modified: More translated texts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.htaccess

    r545 r637  
    88
    99# Pretty urls on localhost with alias
    10 RewriteCond %{HTTP_HOST} localhost
     10#RewriteCond %{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
     16#RewriteCond %{HTTP_HOST} wowpreklad.zdechov.net
     17#RewriteCond  %{REQUEST_FILENAME}  !-f
     18#RewriteCond  %{REQUEST_FILENAME}  !-d
     19#RewriteRule   ^(.*)$ index.php?$1
    2020
    2121
Note: See TracChangeset for help on using the changeset viewer.