XSERVERで.htaccessに以下のような記述をすると500エラー(InternalServerError)になる php_flag display_errors on php_value memory_limit …
カテゴリーアーカイブ: .htaccess
.htaccessでmagic_quoteの設定
php_flag magic_quote “Off”
.htaccess:URLのWWWのありなしを統一
wwwなしに統一したい場合 RewriteEngine on RewriteCond %{HTTP_HOST} ^(www\.sample\.com)(:80)? [NC] RewriteRule ^(.*) http: …