実際、私のウェブサイトは localhost で動作しますが、なぜInternal Server Error
ライブに移行するのですか? ここにファイルを添付.htaccess
しましたが、エラーはありますか?
Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on
# Make backend accessible via url:
RewriteRule ^sysadmin& backend.php
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule ^.*$ /index.php [L]