I also tried adding the apache directives
I added
<Directory /var/www/x.com/web/>
Options +Includes +FollowSymlinks -Indexes
AllowOverride All
Order allow,deny
Allow from all
<Files ~ "^.ht">
Deny from all
</Files>
</Directory>
But my site still hasn't permission for .htaccess
its a drupal
|