我有htaccess文件問題。我認爲我的htaccess文件有衝突。.htaccess重寫規則衝突錯誤
我的.htaccess文件:
RewriteEngine on
RewriteRule ^(.*)/video/ video.php?vid=$1 [L]
RewriteRule ^search/(.*)\.html search.php?q=$1 [L]
RewriteRule sitemap-(.*).xml sitemap.php?sayfa=$1 [L]
和我的網址
搜索:http://www.domain.com/search/search_query.html
視頻播放http://www.domain.com/path1/video/video_name.html
.htaccess文件衝突video.php和search.php中
請幫助我
請說明問題 –
我的搜索查詢後video.php和search.php中..但我想只張貼的search.php – user3342329