Options +FollowSymlinks AddHandler application/x-httpd-php5 .php RewriteEngine On # ---- OLD SITE PAGE ----- # http://premiercorp.net/airport RewriteRule ^airport http://premiercorp.net/industries-we-serve [R=301,L] # http://premiercorp.net/clients_word RewriteRule ^clients_word http://premiercorp.net/about-us/testimonials.html [R=301,L] # http://premiercorp.net/code_of_excellence RewriteRule ^code_of_excellence http://premiercorp.net/about-us/associations-and-certificates.html [R=301,L] # http://premiercorp.net/company_history RewriteRule ^company_history http://premiercorp.net/about-us/history.html [R=301,L] # http://premiercorp.net/contact_us RewriteRule ^contact_us http://premiercorp.net/contact-us [R=301,L] # http://premiercorp.net/design_build RewriteRule ^design_build http://premiercorp.net/our-services/design-build-and-assist [R=301,L] # http://premiercorp.net/health_care RewriteRule ^health_care http://premiercorp.net/industries-we-serve [R=301,L] # http://premiercorp.net/home RewriteRule ^home http://premiercorp.net [R=301,L] # http://premiercorp.net/industrial RewriteRule ^industrial http://premiercorp.net/industries-we-serve [R=301,L] # http://premiercorp.net/limited_energy RewriteRule ^limited_energy http://premiercorp.net/our-services/limited-energy-systems [R=301,L] # http://premiercorp.net/privacy_policy RewriteRule ^privacy_policy http://premiercorp.net/privacy-policy.html [R=301,L] # http://premiercorp.net/public_institution_projects RewriteRule ^public_institution_projects http://premiercorp.net/industries-we-serve [R=301,L] # http://premiercorp.net/service_maintenance RewriteRule ^service_maintenance http://premiercorp.net/our-services/service-maintenance [R=301,L] # http://premiercorp.net/site_map RewriteRule ^site_map http://premiercorp.net/sitemap [R=301,L] # http://premiercorp.net/special_projects RewriteRule ^special_projects http://premiercorp.net/industries-we-serve [R=301,L] # http://premiercorp.net/years_story_page RewriteRule ^years_story_page http://premiercorp.net/about-us/history.html [R=301,L] RewriteCond %{REQUEST_URI} \/preview(.*) [NC] RewriteRule ^preview(.*)$ http://www.premiercorp.net$1 [R=301,L] RewriteRule ^js\/fckeditor\/fckconfig\.js$ js/fckconfig.js [L] RewriteRule ^js\/fckeditor\/fckconfig-flash\.js$ js/fckconfig-flash.js [L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*)\.merge\.(css|js)$ _lib/merge.php?file=$1.merge.$2 [L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*)$ index.php [QSA] DirectoryIndex index.php