使用htaccess更改URL #firstPage

时间:2018-02-26 10:02:40

标签: .htaccess fullpage.js

我在wordpress中使用fullpage插件(来自https://alvarotrigo.com/fullPage/),但我想删除网址中的#firstPage但使用按钮,因此我无法使用noAnchor(https://alvarotrigo.com/fullPage/examples/noAnchor.html)。我可以用htaccess重写URL吗?像这样的东西

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php/#firstPage$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

http://www.example.com/#firstPage/1

1 个答案:

答案 0 :(得分:0)

如果您不想在URL中使用锚点,请不要在fullPage.js初始化中使用锚点。

然后将moveTo方法绑定到菜单元素。