Your IP : 216.73.216.209


Current Path : /home2/c141648/www/
Upload File :
Current File : /home2/c141648/www/.htaccess1

AddType video/ogg ogg ogv
AddType video/mp4 mp4 m4v


# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

<IfModule mod_php5.c>

php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 200
php_value max_input_time 200

</IfModule>