$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Apache Server Virtual-Host Forbidden Error/Block

August 18, 2012 | By Duchateaux.

This Article Represent a Little Troubleshooting of the “Forbidden” Block to Access your VirtualHost Address.

The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

Apache Server Virtual-Host Forbidden Error/Block
  • Solution: Edit the httpd.conf File

    Inserting in the Directories Section.



    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all