You can try the following:
Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} ^/index\.php/component/quates [NC] RewriteRule .* index.php/component/quotes [R=301,L]
Redirect constantly
http://idaycom.com/index.php/component/quates
For
http://idaycom.com/index.php/component/quotes
For silent display, replace [R = 301, L] with [L]
source share