<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
AddOutputFilterByType DEFLATE font/truetype font/opentype
</IfModule>
Statistics: Posted by Jason Caldwell — January 19th, 2012, 11:15 pm
Statistics: Posted by tristanputman — January 19th, 2012, 11:02 pm
Statistics: Posted by Jason Caldwell — January 19th, 2012, 10:42 pm
RewriteEngine On
RewriteRule ^connection/([^/]*)/$ /connection/index.php?hidPURL=$1 [L]
# 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
<files wp-config.php>
order allow,deny
deny from all
</files>
Statistics: Posted by tristanputman — January 18th, 2012, 6:30 pm
Statistics: Posted by tristanputman — January 18th, 2012, 8:51 am