siuming566/ajax4php/master/example/.htaccess
RewriteEngine On
RewriteRule ^a4p/(.*)$ a4p/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/notfound.html$
RewriteRule ^.*$ route.php [L]
php_value upload_max_filesize 2G
php_value post_max_size 2G
php_value zlib.output_compression On
<IfModule mod_deflate.c>
<FilesMatch ".(js|css)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
Files
