DirectoryIndex index.php?cPath=28
AddDefaultCharset windows-1251

#Redirect 301 /index.php?blabla http://office-flora.com.ua/flora/Agave.html
#Redirect 301 /product_info.php http://office-flora.com.ua/flora/Agave.html
Redirect 301 /product_info.php?products_id=5 http://office-flora.com.ua/flora/Agave.html
#RewriteBase / 

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthUserFile /home/officefl/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/officefl/public_html/_vti_pvt/service.grp


Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule ^([a-z]{2})/(.*)$ $2?language=$1&%{QUERY_STRING}
RewriteRule ^product([0-9]+_?[0-9]*)(/?.*)$ $2?products_id=$1&%{QUERY_STRING}
RewriteRule ^category([_0-9]+)/(.*)$ $2?cPath=$1&%{QUERY_STRING}
RewriteRule   ^(.*)\.html(.*)$  $1.php?%{QUERY_STRING}
RewriteRule ^robots.txt$ robots_monitoring.php [L]
RewriteRule product_info.php http://office-flora.com.ua/flora/Agave.html [R=permanent,L]
#RewriteCond %{HTTP_HOST} ^office-flora.com.ua
#RewriteRule ^(.*)$ http://office-flora.com.ua/flora/$1 [R=permanent,L]



ErrorDocument 500 /index.php
ErrorDocument 404 /index.php
ErrorDocument 403 /index.php
ErrorDocument 401 /index.php
AuthName office-flora.com.ua
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

