【发布时间】:2016-02-15 16:41:52
【问题描述】:
RewriteEngine on
RewriteRule ^home index.php [NC,L]
RewriteRule ^news news.php [NC,L]
对于如何解决此问题的任何帮助,我们将不胜感激。我为我的站点创建了一个.htaccess 文件,以简化其 URL。整个 .htaccess 内容如下(并按需要工作):
RewriteEngine on
我现在面临的唯一问题是单击它会生成服务器错误 500 页面,而不是 facebook 共享窗口。
我可以做些什么来解决这个问题
【问题讨论】:
标签: .htaccess facebook-share clean-url