10/10/2018, 09:40
giúp mình rewrite URL
Hi.
Link hiện tại của mình là http://domain.com/site/Index.php?p=n...tId=1&newsId=2
giờ viết .htaccess thế nào để nó thành http://domain.com/site/news/1/2
Thanks
Link hiện tại của mình là http://domain.com/site/Index.php?p=n...tId=1&newsId=2
giờ viết .htaccess thế nào để nó thành http://domain.com/site/news/1/2
Thanks
Bài liên quan
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(***91;0-9a-zA-Z_-***93;+)/(\d+)/(\d+)$ Index.php?p=$1&catId=$2&newsId=$3
Hơi lủng củng nhưng hy vọng các bạn hiểu.
<form method="GET" action="http://domain.com/site/Index.php?p=news&catId=1&newsId=2&act=update">
...
</form>
Hoặc là sửa lại file .htaccess như sau
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(***91;0-9a-zA-Z_-***93;+)/(\d+)/(\d+)$ index.php?p=$1&catId=$2&newsId=$3
RewriteRule ^(***91;0-9a-zA-Z_-***93;+)/(\d+)/(\d+)/update$ index.php?p=$1&catId=$2&newsId=$3&action=update
<form method="GET" action="http://domain.com/site/ssss/1/2/update">
...
</form>
RewriteRule ^chu-de/(***91;0-9a-zA-Z+-***93;+).html$ ?p=category&catURL=$1
RewriteRule ^tin-tuc/(***91;0-9a-zA-Z+-***93;+)/(***91;0-9a-zA-Z+-***93;+).html$ ?p=news&catURL=$1&newsURL=$2
domain.com/chu-de/ten-chu-de.html
domain.com/tin-tuc/ten-chu-de/ten-ban-tin.html
Thanks again.
- Đặt method của form là post
- Thêm hidden input (name="action" và value="update")
Regards!
Nhưng mà lại nảy sinh cái mới các pac ơi.
Hiện tại như đã nói ở trên, cái
[=========> Bổ sung bài viết <=========]
hihi, làm đc rồi các pác ạ, thêm dòng này nữa là ok