change url #firstPage with htaccess



我在wordpress中使用全页插件(来自https://alvarotrigo.com/fullpage/(,但我想在URL中删除#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

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

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

最新更新