0
を動作しない、私はの.htaccess GETクエリ文字列は、
http://localhost/manual/index.php?type=post&post=$
に
http://localhost/manual/$
からURLをリダイレクトしようとする私のファイルの.htaccessは
RewriteEngine On
RewriteBase /manual/
RewriteCond %{REQUEST_FILENAME} !-f # Existing File
RewriteCond %{REQUEST_FILENAME} !-d # Existing Directory
RewriteRule . /manual/index.php? [L]
RewriteRule ^([^/]*)\/$ type=post&post=$1 [L]
しかしもいただきました間違った作業、ヘルプです、私はまだhtaccessを作成するために理解していないので、重複して申し訳ありません。