hoo89/Wikitcc2/master/.htaccess - Htaccess File

hoo89/Wikitcc2/master/.htaccess

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]

   php_value upload_max_filesize 50M
   php_value post_max_size 50M
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache