wordpress(ワードプレス)パーマリンクの設定(投稿名)
メモ
.htaccess.txt 作成
>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
>
うp
>
拡張子 削除 txt
.htaccess.txt 作成
>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
>
うp
>
拡張子 削除 txt
- 関連記事
-
- wordpress(ワードプレス)カテゴリを画像 (2013/09/16)
- wordpress(ワードプレス)パーマリンクの設定(投稿名) (2013/09/16)
- メモ:ビルダーでテーブルだけ中央に寄せる。 (2013/09/12)