Changeset 712 for trunk/.htaccess


Ignore:
Timestamp:
Jul 30, 2013, 11:34:19 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Aktualizace inicializačního skriptu pro sql databázi na revizi 710.
  • Upraveno: Aktualizována třída Database na novější využívající třídu PDO a generující výjímky při chybě, které je pak nutno očetřit.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        55minimanager
        66mmfpm
         7.settings
         8.buildpath
         9.project
  • trunk/.htaccess

    r690 r712  
    11#Options +FollowSymlinks
    22RewriteEngine on
     3RewriteBase /
     4
     5# Pretty urls on localhost with alias
     6RewriteCond %{HTTP_HOST} localhost
    37RewriteCond  %{REQUEST_FILENAME}  !-f
    48RewriteCond  %{REQUEST_FILENAME}  !-d
    5 RewriteRule   ^(.*)$ index.php?$1
     9RewriteRule   ^(.*)$ wow/index.php?$1
Note: See TracChangeset for help on using the changeset viewer.