URL Rewrite Issue (PHP - Apache) -
URL Rewrite Issue (PHP - Apache) -
rewriterule ^türkçe/yazılar/(.+)$ sayfa.php?rd_dil=türkçe&rd_sayfa=yazılar&rd_yazar=$1 [l] rewriterule ^türkçe/yazılar/(.+)/(.+)$ sayfa.php?rd_dil=türkçe&rd_sayfa=yazılar&rd_yazar=$1&rd_baslik=$2 [l]
first rule works fine both url structure. (with seo friendly , conventional)second rule works conventional structure. couldn't create localhost/türkçe/yazılar/drogba/karakter
can show me error please?thanks, best regards
php apache .htaccess url-rewriting seo
Comments
Post a Comment