Changeset 348 for trunk/.htaccess


Ignore:
Timestamp:
Jan 17, 2012, 9:39:54 PM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Modul zobrazující seznam kanálů IP televize přepracován na systémový modul.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.htaccess

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