Changeset 349 for trunk/.htaccess


Ignore:
Timestamp:
Jan 18, 2012, 7:16:43 AM (13 years ago)
Author:
chronos
Message:
  • Opraveno: Korekce systému pěkných URL. Nyní podporují i přenos dotazovacího řetězce za znakem ?.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.htaccess

    r348 r349  
    55
    66RewriteEngine On
    7 #RewriteBase /
     7RewriteBase /
    88
    99# Pretty urls on localhost with alias
     
    1111RewriteCond  %{REQUEST_FILENAME}  !-f
    1212RewriteCond  %{REQUEST_FILENAME}  !-d
    13 RewriteRule   ^(.*)$ index.php?page=$1
     13RewriteRule   ^(.*)$ centrala/index.php?$1
    1414
    1515# Pretty urls
Note: See TracChangeset for help on using the changeset viewer.