i need your help about .htaccess.
i list my question as follow:
htaccess for subdirectories
i just install PHPMYFAQ in the subdirectory.and the root directory is Wordpress.
my host is Linux,apache.
a part of my .htaccess in phpmyfaq is
Code: Select all
RewriteEngine On
RewriteBase /faq/
# PMF faq record page
# * http://example.com/content_1_1_<LANGUAGE CODE>.htm
# * http://example.com/content_1_1_<LANGUAGE CODE>.html
RewriteRule content_([0-9]+)_([0-9]+)_([a-z\-]+)\.htm(l?)$ index.php?action=artikel&cat=$1&id=$2&artlang=$3 [L,QSA]
Code: Select all
http://example.com/faq/content_1_1_zh.html
I mean i visit the front page
Code: Select all
http://example.com/faq
Code: Select all
http://example.com/faq/content/1/1/zh/%E4%BB%80%E4%B9%88%E6%98%AF%E4%BF%A1%E7%94%A8%E8%AF%81%E5%91%A2%EF%BC%9F.html