看起来很多人都遇到过类似的问题,但是所提到的解决方案都没有对我有用。这是场景。
父页面工作正常,但是当我创建子页面时,它们正在404运行。
父母是http://localhost/products/dining-chairs/ 孩子是http://localhost/products/dining-chairs/restaurant-chairs/
永久链接的设置如下:
/ products /%product_cat%/
HTAccess设置如下:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
希望有人可以提供帮助,
谢谢