php seo友好的网址使用.htacess不工作我尝试了不同的方式

时间:2017-06-12 07:40:44

标签: php .htaccess mod-rewrite

我希望我的网站网址采用以下格式:

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]

0 个答案:

没有答案