Forum Moderators: phranque
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName example.com
ServerAlias *.example.com
DocumentRoot /home/domainname/public_html/
XBitHack On
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /home/domainname/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
<Directory /home/domainname/public_html/>
AllowOverride All
Options Indexes FollowSymLinks Includes ExecCGI
Order allow,deny
allow from all
</Directory>
# omitting cgi-related directives
# omitting logging-related directives
</VirtualHost>
# Set some options.
Options -Indexes
Options +FollowSymLinks
# Customized error messages.
ErrorDocument 404 /index.html
# Set the default handler.
DirectoryIndex index.html index.php
DirectorySlash On
# AuthUserFile /dev/null
# AuthGroupFile /dev/null
# XBitHack Full
<!--#include virtual="rss2html.php?XMLFILE=http://outside_domain.com/path/atom.xml&TEMPLATE=http://example.com/sample-template.html&MAXITEMS=4" -->
I changed it to an absolute from the docroot by making it:
"./rss2html.php"