Code: Select all
#about_us.php - about_us
RewriteCond %{QUERY_STRING} ^currency=([a-zA-Z]{3})&osCsid=([a-z0-9]*) [OR]
RewriteCond %{QUERY_STRING} ^currency=([a-zA-Z]{3}) [OR]
RewriteCond %{QUERY_STRING} ^osCsid=([a-z0-9]*) [OR]
RewriteCond %{QUERY_STRING} ^
RewriteRule ^about-us.html$ about_us.php [L,QSA]
The permissions for .htaccess are 644 so they are not being written over, the code is not there. I have been using notepad to edit the .htaccess file.
NOTE: on line 2 in the code above that is a ampersand sign before osCsid, it is just showing up differently here.