Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
localhostで、リダイレクトを行いたいのですが、何が悪いのかわかりません。
RewriteEngine on RewriteCond %{REQUEST_URI} !/index.php$ RewriteCond %{REMOTE_HOST} !^127.0.0.1 RewriteRule $ namepage.php [R=302, L]
フラグの間にスペースを入れることはできません。RewriteRuleディレクティブの別のパラメーターとして解析されます。
RewriteRule
RewriteRule $ namepage.php [R=302,L]