URLにphpと表示させない為に.htaccessに
RewriteEngine on
RewriteCond %{THE_REQUEST} ^./index.php
RewriteRule ^(.)index.php$ / [L,R=301]
RewriteCond %{THE_REQUEST} ^./service.html
RewriteRule ^(.)service.html$ service [L,R=301]
と記載したところ、serviceのページに接続できなくなりました。
書き方が間違っていたのでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/15 04:35
2020/06/15 10:50
2020/06/16 01:21
2020/06/16 02:04
2020/06/16 03:10
2020/06/17 22:56 編集