如何在非 WordPress 网站上获取永久链接
大家好,我目前正在构建一些网站,但我遇到了问题...我有诸如 blogPosts.php?postID=7
之类的页面,
我会喜欢像 blogPosts.com/ 这样的页面帖子标题
意思是我不想让人们看到我传递的变量。
这同样适用于其他几个页面。有人告诉我永久链接是关键,但在我检查的所有地方,我看到的都是 Wordpress,但我是从头开始设计我的网站的。
我正在从我的电脑上运行 XAMPP。
我真的很感激任何帮助..
非常感谢
Hello guys I have some websites I'm currently building but I have a problem...I have pages such as blogPosts.php?postID=7
I would love something like blogPosts.com/post title
Meaning I dont want people to see the variables I'm passing..
Same applies to a couple of other pages. I was told that permalinks is the key but everywhere I check, all I see is Wordpress but I am designing my site from scratch.
I'm running XAMPP from my pc.
I would really appreciate any help..
Thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来您想制作“干净”的网址。
您可以使用 Apache 配置文件和 PHP 来完成此操作。
这里有一篇文章将告诉您如何操作。
It sounds like you want to make "clean" URLs.
You can do it using Apache configuration files and PHP.
Here's an article which will tell you how.
对于初学者,您需要查看 apache mod_rewrite 。
You need to look int into apache mod_rewrite for starters.