htaccess-packy_se

AddType application/x-ns-proxy-autoconfig .dat

RewriteEngine on
RewriteRule ^gui/?(.*)$ /utorrent/index.php?shell_file=$1 [QSA]
RewriteRule ^wallpapers/ /bitbucket/China3.jpg
RewriteRule ^stuff/(.*)\.mp3$ /tacos.mp3 [NC]
RewriteRule ^manga/view$ /manga/index.php
#RewriteRule ^manga/view/([a-z0-9_-]+)$ /manga/index.php?path=$1 [NC]
#RewriteRule ^manga/view/([a-z0-9_-]+)/([a-z0-9_-]+)$ /manga/index.php?path=$1&chapter=$2 [NC]
#RewriteRule ^manga/view/([a-z0-9_-]+)/([a-z0-9_-]+)/([a-z0-9_-]+)$ /manga/index.php?path=$1&chapter=$2&page=$3 [NC]
RewriteRule ^manga/view/([^/]+)$ /manga/index.php?path=$1 [NC]
RewriteRule ^manga/view/([^/]+)/([^/]+)$ /manga/index.php?path=$1&chapter=$2 [NC]
RewriteRule ^manga/view/([^/]+)/([^/]+)/([^/]+)$ /manga/index.php?path=$1&chapter=$2&page=$3 [NC]


ExpiresActive On
ExpiresByType application/javascript A900
ExpiresByType application/x-javascript A900
ExpiresByType application/xml A300
ExpiresByType text/javascript A900
ExpiresByType text/html A5
ExpiresByType text/plain A10
ExpiresByType text/css A900
ExpiresByType image/gif A1209600
ExpiresByType image/jpg A1209600
ExpiresByType image/jpeg A1209600
ExpiresByType image/png A1209600
ExpiresByType image/bmp A1209600
ExpiresByType application/x-shockwave-flash A3600