/
home
/
u671453320
/
domains
/
gbmelevators.in
/
public_html
/
Upload FileeE
HOME
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # RewriteEngine On # # Rewrite URLs to remove the query string # RewriteCond %{QUERY_STRING} ^id=([a-zA-Z0-9_-]+)$ # RewriteRule ^elevator.php$ /elevator/%1? [L,R=301]