このURLを書き直す必要があります
http://www.website.com/game/newscore.php
http://www.website.com/game/index.php?act=Arcade&do=newscore
http://www.website.com/game/index.php?act=Arcade&do=savescore
オールインワンから
http://www.website.com/savescore
と
http://www.website.com/game/index.php?act=Arcade&do=verifyscore
の
http://www.website.com/game/verifyscore
これは私の現在の.htaccessファイルです
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
誰か助けてくれませんか?すべてのThx。