[ PHPXref.com ] [ Generated: Sun Jul 20 17:32:46 2008 ] [ eSPG 1.72 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> htaccess.txt (source)

   1  #DirectoryIndex sp_index.php

   2  
   3  RewriteEngine On 
   4  
   5  RewriteRule ^folder/(.*) sp_index.php?dir=./$1
   6  RewriteRule ^file/(.*) sp_index.php?file=./$1
   7  
   8  RewriteRule ^thumb/(.*) sp_getthumb.php?source=$1
   9  RewriteRule ^resize/(.*) sp_resize.php?source=$1
  10  
  11  RewriteRule ^edit/folder/(.*) sp_editor.php?dir=./$1
  12  RewriteRule ^edit/file/(.*) sp_editor.php?file=./$1


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