我的 .htaccess 文件在 localhost 中工作。但如果我将它上传到服务器,它就不起作用。它向我抛出 404 错误。
我正在使用 Parallel Plesk 11.0.9,但我找不到conf
相同的文件。如果有人知道如何修复它或 URL 重写的任何解决方法将是很大的帮助。
无论如何,这是htaccess中的代码:
RewriteEngine on
RewriteRule ^store/living/Hutches-Armoires-Side-tables-Coffee-tables-Entertainment-centers? store.php?store=Living
RewriteRule ^store/dining/sideboards-buffets-chairs-benches-Dining-table$ store.php?store=Dining
RewriteRule ^store/working/Bookshelves-Study-tables$ store.php?store=Working
RewriteRule ^store/accessories/Boxes-Photo-Frames-Mirror-Frames-Block-Stamps-and-Book-stands$ store.php?store=Accessories
RewriteRule ^store/hallway/Console-tables-Armoires$ store.php?store=Hallway
RewriteRule ^store/sleeping/Bed-Frames-Night-Stands-Dressers-Mirror-framesBed-Linens-Canopies-Curtains$ store.php?store=Sleeping