jeffreywinmart™ Posted March 19, 2010 Share Posted March 19, 2010 Hai prestashop mania, Mau tanya mengenai url rewriting nih..Saya sudah coba beberapa macam cara yg ada di forum ini mengenai seting .htaccess utk url rewriting, tetapi tidak ada yang bisa berjalan utk server saya di MWN.Ada yang tahu jalan keluarnya?Makasih sebelumnya... Link to comment Share on other sites More sharing options...
jeffreywinmart™ Posted March 19, 2010 Author Share Posted March 19, 2010 Rekan-rekan saya sudah dapatkan jalan keluarnya.Di berkas .htaccess dimasukan kode berikut: # URL rewriting module activation RewriteEngine on # URL rewriting rules RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/p/$1-$2$3.jpg [L,E] RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/c/$1$2.jpg [L,E] RewriteRule ^lang-([a-z]{2})/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$3&isolang;=$1$5 [L,E] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2&isolang;=$1$4 [L,E] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$2&isolang;=$1 [QSA,L,E] RewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2$4 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$1$3 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$1 [QSA,L,E] RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /cms.php?id_cms=$1 [QSA,L,E] RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ /supplier.php?id_supplier=$1$3 [QSA,L,E] RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ /manufacturer.php?id_manufacturer=$1$3 [QSA,L,E] RewriteRule ^lang-([a-z]{2})/(.*)$ /$2?isolang=$1 [QSA,L,E] Dengan menambahkan kode-kode di atas maka sekarang halaman-halaman situs saya telah search engine friendly.Contoh:Halaman sekarang, http://pakaianmu.com/wholesale-dress/11-brukat-1388.htmlHalaman sebelumnya, http://pakaianmu.com/product.php?id_product=11 Link to comment Share on other sites More sharing options...
Ardian Yuli Setyanto Posted March 19, 2010 Share Posted March 19, 2010 di prestashop 1.2 sudah terdapat tools > Generator > htaccessJadi tinggal click saja. Link to comment Share on other sites More sharing options...
jeffreywinmart™ Posted March 20, 2010 Author Share Posted March 20, 2010 @Ardian Yuli Setyanto,waduh iya.. maklum masih baru! Link to comment Share on other sites More sharing options...
sheero Posted September 5, 2010 Share Posted September 5, 2010 # URL rewriting module activation RewriteEngine on # URL rewriting rules RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/p/$1-$2$3.jpg [L,E] RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/c/$1$2.jpg [L,E] RewriteRule ^lang-([a-z]{2})/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$3&isolang;=$1$5 [L,E] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2&isolang;=$1$4 [L,E] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$2&isolang;=$1 [QSA,L,E] RewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2$4 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$1$3 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$1 [QSA,L,E] RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /cms.php?id_cms=$1 [QSA,L,E] RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ /supplier.php?id_supplier=$1$3 [QSA,L,E] RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ /manufacturer.php?id_manufacturer=$1$3 [QSA,L,E] RewriteRule ^lang-([a-z]{2})/(.*)$ /$2?isolang=$1 [QSA,L,E] @jeffreywinmart™: udah tak kasih tambahan kode diatas koq malah error ya mas , apa karena saya masih di localhost???di prestashop 1.2 sudah terdapat tools > Generator > htaccessJadi tinggal click saja. @Ardian Yuli Setyanto : udah tp url nya gak bisa kaya yang dicontohin jeffreywinmart™,,, apa karena masih di localhost????Contoh:Halaman sekarang, http://pakaianmu.com/wholesale-dress/11-brukat-1388.htmlHalaman sebelumnya, http://pakaianmu.com/product.php?id_product=11 mohon petunjuknya supaya saya dapet sinar :-) makasih sebelumnya Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now