git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_Web/trunk@5 a1d75475-e439-6a4c-b115-a3aab481e8ec
37 lines
1.2 KiB
Smarty
37 lines
1.2 KiB
Smarty
{*
|
|
* $Revision: 15835 $
|
|
* If you want to customize this file, do not edit it directly since future upgrades
|
|
* may overwrite it. Instead, copy it into a new directory called "local" and edit that
|
|
* version. Gallery will look for that file first and use it if it exists.
|
|
*}
|
|
# BEGIN Url Rewrite section
|
|
# (Automatically generated. Do not edit this section)
|
|
<IfModule mod_rewrite.c>
|
|
{if $Htaccess.needOptions}
|
|
Options +FollowSymlinks
|
|
{/if}
|
|
RewriteEngine On
|
|
|
|
RewriteBase {$Htaccess.rewriteBase}
|
|
|
|
RewriteCond %{ldelim}REQUEST_FILENAME{rdelim} -f [OR]
|
|
RewriteCond %{ldelim}REQUEST_FILENAME{rdelim} -d [OR]
|
|
RewriteCond %{ldelim}REQUEST_FILENAME{rdelim} gallery\_remote2\.php
|
|
RewriteCond %{ldelim}REQUEST_URI{rdelim} !{$Htaccess.matchBaseFile}$
|
|
RewriteRule . - [L]
|
|
|
|
{foreach from=$Htaccess.rules item=rule}
|
|
{if !empty($rule.conditions)}
|
|
{foreach from=$rule.conditions item="condition"}
|
|
RewriteCond %{ldelim}{$condition.test}{rdelim} {$condition.pattern}{if !empty($condition.flags)} [{$condition.flags|@implode:","}]{/if}
|
|
|
|
{/foreach}
|
|
{/if}
|
|
RewriteRule . {$rule.substitution}{if !empty($rule.flags)} [{$rule.flags|@implode:","}]{/if}
|
|
|
|
{/foreach}
|
|
</IfModule>
|
|
|
|
# END Url Rewrite section
|
|
|