次のサブドメインの下に Wordpress サイトをアップロードしました - http://wptest.paddingtonterraces.com.au/
ルート ディレクトリの外部から取得したすべてのファイルに対して、「500 内部サーバー エラー」が発生します。
これを解決するための助けをいただければ幸いです。
編集:
.htaccess は次のように書き換えます。
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /paddington-terraces/
RewriteRule ^index\.php$ - [L]
RewriteRule ^css/(.*) /paddington-terraces/wp-content/themes/retlehs-roots-g2368ac2/css/$1 [QSA,L]
RewriteRule ^js/(.*) /paddington-terraces/wp-content/themes/retlehs-roots-g2368ac2/js/$1 [QSA,L]
RewriteRule ^img/(.*) /paddington-terraces/wp-content/themes/retlehs-roots-g2368ac2/img/$1 [QSA,L]
RewriteRule ^plugins/(.*) /paddington-terraces/wp-content/plugins/$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /paddington-terraces/index.php [L]
</IfModule>
解決済み:
/paddington-terraces を書き換えパスから削除する必要がありました。