Page 1 of 1

500 Error With IfModule Not Allowed Here Log

Posted: Sun Dec 09, 2018 5:48 pm
by decentguy49
Recently I create a domain and a sub domain, say mydomain.com and media.mydomain.com, I have a folder named media in public_html folder of mydomain.com, means at /home/admin/web/mydomain/public_html

So I updated DocumentRoot in conf file of media.mydomain.com to /home/admin/web/mydomain/public_html/media

Now whenever i try to access media.mydomain.com, i get 500 Error and error log says

Code: Select all

/home/admin/web/mydomain/public_html/.htaccess : <IfModule Not Allowed Here.
If I delete .htaccess file from /home/admin/web/mydomain/public_html, it sub domain work fine.