b0VIM 7.0}Y@PÝf#smarttalentsupport-n01.wc1.dfw1.stabletransit.com~smarttalent/www.cerenergyinstitute.com/web/content/.htaccessutf-8 3210#"! UtpTad°Týê™NKJG½b¶ W    È ° ¯ ˜ — – • „ a Ð Ï Î Í ‘ A ò ð ¬ o 3 ð « l ' 줇…KJ.,è¥][A@= Ø¥¢¡“’mk-+è¤{;ÿÈs*»—^A?## End - Joomla! core SEF Section.#RewriteRule .* index.php [L]# internally rewrite the request to the index.php scriptRewriteCond %{REQUEST_FILENAME} !-d# and the requested path and file doesn't directly match a physical folderRewriteCond %{REQUEST_FILENAME} !-f# and the requested path and file doesn't directly match a physical fileRewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]# requested URL ends with one of the listed extensions# or for the site root, or for an extensionless URL, or the# and the request is for something within the component folder,RewriteCond %{REQUEST_URI} !^/index\.php# has not already been internally rewritten to the index.php script# If the requested path and file is not /index.php and the request#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]### Begin - Joomla! core SEF Section.RewriteBase /### Update Your Joomla! Directory (just / for root).# is not directly related to physical file paths.# Uncomment following line if your webserver's URL#### End - Custom redirects## redirects use the correct RewriteRule syntax and the [R=301,L] flags.# www redirect (or vice versa), place that code here. Ensure those# If you need to redirect some pages, or set a canonical non-www to### Begin - Custom redirects## End - Rewrite rules to block out some common exploits.#RewriteRule .* index.php [F]# Return 403 Forbidden header and show the content of the root homepageRewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})# Block out any script trying to modify a _REQUEST variable via URL.RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]# Block out any script trying to set a PHP GLOBALS variable via URL.RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]# Block out any script that includes a