Mình muốn tập tành code một trang web với php.Để có url đẹp thì mình copy luôn của thằng wordpress Code: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /autosite/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /autosite/index.php [L] </IfModule> # END WordPress Vấn đề là mình không rõ khi chạy đường dẫn kiểu http://localhost/autosite/bai-viet-1 Mình muốn lấy giá trị 'bai-viet-1' thì làm như thế nào? Ai biết giúp mình với nhé