# -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* order deny,allow deny from all allow from all order deny,allow deny from all AuthName www.ceeayui.org.uy AuthUserFile /home/ceeayui/public_html/_vti_pvt/service.pwd AuthGroupFile /home/ceeayui/public_html/_vti_pvt/service.grp # redirect www.ceeayui.org.uy to www.ceeayui.org.uy/webportal RewriteEngine On Options +FollowSymlinks RewriteBase / RewriteCond %{HTTP_HOST} www.ceeayui.org.uy$ RewriteCond %{REQUEST_URI} !webportal/ RewriteRule ^(.*)$ webportal/$1 [L] RewriteCond %{HTTP_HOST} ceeayui.org.uy$ RewriteCond %{REQUEST_URI} !webportal/ RewriteRule ^(.*)$ webportal/$1 [L]