Changeset 383 for trunk/.htaccess


Ignore:
Timestamp:
Jan 23, 2012, 10:37:31 AM (13 years ago)
Author:
chronos
Message:
  • Přidáno: Kostra základního systémového modulu System.
  • Přidáno: Obsluha datových typů pro HTML kód a HTTP protokol.
  • Upraveno: Do ViewList zkopírování generování tabulky se stránkováním a řazením.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.htaccess

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