# 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
Options All -indexes
<FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf)$">
ExpiresActive on
ExpiresDefault "access plus 30 days"
Header unset ETag
FileETag None
</FilesMatch>
<FilesMatch "\.(?i:pdf)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
<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>
RewriteCond %{HTTP_HOST} ^workforcesoftware\.ca$ [OR]
RewriteCond %{HTTP_HOST} ^www\.workforcesoftware\.ca$
RewriteRule ^/?$ "http\:\/\/www\.workforcesoftware\.com\/canada\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^workforcesoftwarellc\.co\.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www\.workforcesoftwarellc\.co\.uk$
RewriteRule ^/?$ "http\:\/\/workforcesoftware\.com\/united\-kingdom" [R=301,L]
RewriteCond %{HTTP_HOST} ^workforcesoftware\.com\.au$ [OR]
RewriteCond %{HTTP_HOST} ^www\.workforcesoftware\.com\.au$
RewriteRule ^/?$ "http\:\/\/wfsaustralia\.com" [R=301,L]
Experts Exchange always has the answer, or at the least points me in the correct direction! It is like having another employee that is extremely experienced.
When asked, what has been your best career decision?
Deciding to stick with EE.
Being involved with EE helped me to grow personally and professionally.
Connect with Certified Experts to gain insight and support on specific technology challenges including:
We've partnered with two important charities to provide clean water and computer science education to those who need it most. READ MORE