apache
I am examining now about to change dynamic url to static url.example,http://www.example.php?lunch=chinese&area=riverside ↓ http://www.example.php/chinese/riversideIt is called URL Regularization.If you wanna change url that and then you ha…
I am examining now about to change dynamic url to static url.example,http://www.example.php?lunch=chinese&area=riverside ↓ http://www.example.php/chinese/riversideIt is called URL Regularization.If you wanna change url that and then you ha…
先日XPを入れなおしたPCを自宅サーバーにしようと思ってApacheをいれた。 これまで通り普通にインストールし、indexを作って放り込んでみた。 しかしなぜか日本語が文字化け。 おや。 htmlはutf-8で保存したのに文字エンコーディングいろいろを変えてみても…