Search found 6 matches

by mixian
Wed Feb 03, 2010 9:09 am
Forum: Bug reports
Topic: .htaccess help
Replies: 9
Views: 7619

Re: .htaccess help

thank you again,i try again,and ok now~~
by mixian
Wed Feb 03, 2010 8:52 am
Forum: Bug reports
Topic: .htaccess help
Replies: 9
Views: 7619

Re: .htaccess help

hi,Thorsten,thank you for your quick reply.i will try,and any new situation,i will show here!!
by mixian
Wed Feb 03, 2010 8:48 am
Forum: Bug reports
Topic: .htaccess help
Replies: 9
Views: 7619

Re: .htaccess help

so you mean,the changes are no use.
although from the pages,the urls keep originals as follow:
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
but when you visit it,just can get 404 error.

how can i get the new rules like 1.6 ...
by mixian
Wed Feb 03, 2010 8:31 am
Forum: Bug reports
Topic: .htaccess help
Replies: 9
Views: 7619

Re: .htaccess help

i just want to avoid this problem,so i am going to change the .htaccess.
of course.i can visit the url through new rules,but from the pages,the url is bad.

1. RewriteRule content_([0-9]+)_([0-9]+)_([a-z\-]+)\.htm(l?)$ index.php?action=artikel&cat=$1&id=$2&artlang=$3 [L,QSA]
i can visit the url ...
by mixian
Wed Feb 03, 2010 8:24 am
Forum: Bug reports
Topic: .htaccess help
Replies: 9
Views: 7619

Re: .htaccess help

yes,i know it,but chinese will be changed like this

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
by mixian
Wed Feb 03, 2010 1:53 am
Forum: Bug reports
Topic: .htaccess help
Replies: 9
Views: 7619

.htaccess help

hi all,i come from china.
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
RewriteEngine On
RewriteBase /faq ...