直前の操作
XserverのWordPress簡単移行の機能を使ってhttps://サイト名/wp/からhttps://サイト名/に移そうとしたらエラーが出た。
直前の動作ではあるが、WordPressだけではなく他のサイトもすべて動かなくなったのでこれが原因かは分からないです。
解決したいこと
アクセスしようとしたとき500エラーが出るのでどこのファイルでエラーが出ているのか、原因追求したい。
試したこと
htaccess
1# BEGIN WordPress 2 3RewriteEngine On 4RewriteBase / 5RewriteCond %{REQUEST_FILENAME} !-f 6RewriteCond %{REQUEST_FILENAME} !-d 7RewriteRule . /index.php [L] 8 9# END WordPress
このコードが間違っていないか試した。
(これがあれば最低限動くと聞いたため)
Xservererrorlog
1/home/ユーザー名/サイト名/public_html/.htaccess: Invalid command '/', perhaps misspelled or defined by a module not included in the server configuration 2/home/ユーザー名/サイト名/public_html/.htaccess: Invalid command '/', perhaps misspelled or defined by a module not included in the server configuration, referer: https://サイト名/mini.dbs
Xserverのエラーログがダウンロードできたのでしてみました。
WordPressだけなのか?他もなのか?と思いいろいろなページでアクセス試みましたがmini.dbsが変わるだけでした。
ご尽力お願いします。
あなたの回答
tips
プレビュー