我希望我的网站网址采用以下格式:
http://www.myglobeon.com/shop/Heeta_Colection_2023
.htaccess
文件位于下方,请提供帮助。
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^shop/([^\.]+)$ shop.php?store=$1 [NC,L]