# For security reasons, Option followsymlinks cannot be overridden.
#Options +FollowSymlinks
Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteBase /
#ErrorDocument 404 http://www.gemtrav.com/404error.html
#ErrorDocument 500 http://www.gemtrav.com/404error.html

#RewriteCond %{HTTP_HOST}   !^www\.gemtrav\.com [NC]
#RewriteCond %{HTTP_HOST}   !^$
#RewriteRule ^/?(.*)         http://www.gemtrav.com/$1 [L,R,NE]

<Files .htaccess>
order allow,deny
deny from all
</Files>

<IfModule php5_module>
    php_value upload_max_filesize 30M
    php_value post_max_size 30M
</IfModule>
