.htaccess - Url rewrite in codeigniter using htaccess -
how can rewrite url like
www.mydomain.com/products/product/products_name
to 1 more search friendly like
www.mydomain.com/products/products_name
this code have on htaccess file
rewriteengine on rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule .* index.php/$0 [l]
i've been searching hr , nil worked me. pd: i'm using codeigniter, that's why i'm doing redirection advance
.htaccess codeigniter mod-rewrite
No comments:
Post a Comment