拥有Wordpress的标准htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
我在此网站上使用的Wishlist会员要求注册网址为 http://www.mydomain.com.au/index.php?/register/member
上面的htaccess然后重写它 http://www.mydomain.com.au/?/register/member
因此链接不起作用。
无处不在,但似乎无法找到解决方案。
任何帮助都会非常感激。
答案 0 :(得分:0)
是愿望清单会员问题。稍后更新解决。