[ PHPXref.com ] [ Generated: Sun Jul 20 20:44:54 2008 ] [ toendaCMS 0.7 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> _.htaccess (source)

   1  ##
   2  # @version $Id: htaccess.txt 002 2005-06-11 16:02:50Z sendai $
   3  # @package toendaCMS
   4  # @copyright Copyright (C) 2005 Toenda Software Development. All rights reserved.
   5  # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
   6  # toendaCMS is Free Software
   7  ##
   8  
   9  #
  10  #  mod_rewrite in use
  11  #
  12  
  13  RewriteEngine On
  14  
  15  #  Uncomment following line if your webserver's URL 
  16  #  is not directly related to physical file paths.
  17  #  Update YourtoendaCMSDirectory (just / for root)
  18  
  19  #RewriteBase /YourtoendaCMSDirectory
  20  RewriteBase /toendacms
  21  
  22  #
  23  #  Rules
  24  #
  25  
  26  #RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
  27  #RewriteCond %{REQUEST_FILENAME} !-f
  28  #RewriteCond %{REQUEST_FILENAME} !-d
  29  
  30  RewriteRule ^(.*) index.php


[ Powered by PHPXref - Served by Debian GNU/Linux ]