THE-SENTRY/Nahel/master/.htaccess - Htaccess File

THE-SENTRY/Nahel/master/.htaccess

# 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

#tamaño máximo para la carga de archivos
php_value upload_max_filesize 64M

#Establece el tamaño maximo de las entradas
php_value post_max_size 64M

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache