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/karaktercan show me error please?thanks, best regards

php apache .htaccess url-rewriting seo

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -