私はこのリンクを持っています
http://xxxx.com/yyyy/index.php?class=Applications&function=create
こんな感じにしたい
http://xxxx.com/yyyy/create
私は私が使用しなければならないことを知っています
RewriteEngineをオンにします
RewriteRule.................。
しかし、私はそれが初めてなので、それをフォーマットする方法がわかりません。
DirectoryIndex index.php order deny,allow Options +FollowSymLinks -MultiViews
RewriteEngine On RewriteBase /
RewriteRule ^(XXXXXXXX)/(aaaa)/?$ $1/index.php?class=Applications&function=$2 [L,NC,QSA]
RewriteRule ^(XXXXXXXX)/(bbbb)/?$ $1/index.php?class=Applications&function=$2 [L,NC,QSA]
RewriteRule ^(XXXXXXXX)/(cccc)/?$ $1/index.php?class=Applications&function=$2 [L,NC,QSA]
RewriteRule ^(XXXXXXXX)/(dddd)/?$ $1/index.php?class= test&function=$2 [L,NC,QSA]
RewriteRule ^(yyyy)/index\.php$ $1 [L,NC] #this one is not working...