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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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