我在服务器上启用了MOD_REWRITE,所以我决定在我的博客上使用它来获得更好的URL。下面我将尝试描述我想做的事情。
当人们访问此网址时:
https://student.sps-prosek.cz/~pilarda14/CMS/post_test_url
我希望他们看到位于此处的内容:
https://student.sps-prosek.cz/~pilarda14/CMS/post.php?post=post_test_url
到目前为止,我在.htaccess中有这个:
RewriteEngine On
RewriteRule ^~pilarda14/CMS/(.*) ~pilarda14/CMS/post.php?post=$1