git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_Web/trunk@5 a1d75475-e439-6a4c-b115-a3aab481e8ec
30 lines
1.1 KiB
ApacheConf
30 lines
1.1 KiB
ApacheConf
# BEGIN Url Rewrite section
|
|
# (Automatically generated. Do not edit this section)
|
|
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
|
|
RewriteBase /
|
|
|
|
RewriteCond %{REQUEST_FILENAME} -f [OR]
|
|
RewriteCond %{REQUEST_FILENAME} -d [OR]
|
|
RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php
|
|
RewriteCond %{REQUEST_URI} !/main\.php$
|
|
RewriteRule . - [L]
|
|
|
|
RewriteCond %{THE_REQUEST} /sitemap\.xml(\?.|\ .)
|
|
RewriteCond %{REQUEST_URI} !/main\.php$
|
|
RewriteRule . /main.php?g2_view=sitemap.Sitemap [QSA,L]
|
|
RewriteCond %{THE_REQUEST} /admin/(\?.|\ .)
|
|
RewriteCond %{REQUEST_URI} !/main\.php$
|
|
RewriteRule . /main.php?g2_view=core.SiteAdmin [QSA,L]
|
|
RewriteCond %{THE_REQUEST} /d/([0-9]+)-([0-9]+)/([^/?]+)(\?.|\ .)
|
|
RewriteCond %{REQUEST_URI} !/main\.php$
|
|
RewriteRule . /main.php?g2_view=core.DownloadItem&g2_itemId=%1&g2_serialNumber=%2&g2_fileName=%3 [QSA,L]
|
|
RewriteCond %{THE_REQUEST} /([^?]+)(\?.|\ .)
|
|
RewriteCond %{REQUEST_URI} !/main\.php$
|
|
RewriteRule . /main.php?g2_path=%1 [QSA,L]
|
|
</IfModule>
|
|
|
|
# END Url Rewrite section
|
|
|