Changeset 346 for trunk/.htaccess


Ignore:
Timestamp:
Jan 17, 2012, 2:10:21 PM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Historie chatu přesunuta do samostatného systémového modulu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.htaccess

    r344 r346  
    1111RewriteCond  %{REQUEST_FILENAME}  !-f
    1212RewriteCond  %{REQUEST_FILENAME}  !-d
    13 RewriteRule   ^(.*)$ centrala/index.php?page=$1
     13RewriteRule   ^(.*)$ centrala/index.php?$1
    1414
    1515# Pretty urls
     
    1717RewriteCond  %{REQUEST_FILENAME}  !-f
    1818RewriteCond  %{REQUEST_FILENAME}  !-d
    19 RewriteRule   ^(.*)$ index.php?page=$1
     19RewriteRule   ^(.*)$ index.php?$1
    2020
    2121
Note: See TracChangeset for help on using the changeset viewer.