I want to redirect
toCode:index.php?message=test
Now,I write .htaccess it like thatCode:index.php/message/search/test
I call index.php?message=test and it's not redirect. How should I write htaccess file.Code:RewriteEngine on RewriteCond %{QUERY_STRING} message=^(.*)$ RewriteRule ^(.*)$ /index.php/message/find/$1 [L]


Reply With Quote

Bookmarks