Thanks you Tara for Reply……
I’ll Rename plugin & Theme but Rename .htaccess to .htaccessold File then MyWebsite Run default Theme But I’ll rename to .htaccessold to .htaccess then again Internal Server 500 Error….
How to I Change in .htaccess Code….
My .htaccess Code is here…
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /dgx/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /dgx/index.php [L]
</IfModule>
# END WordPress