ServerName docs.royaltyshare.com
DocumentRoot /app/tools/sysadmin/wordpress/3.0.1
ErrorLog /var/log/httpd/wordpress-error.log
CustomLog /var/log/httpd/wordpress-access.log combined
ServerSignature On
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel error
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
AllowOverride None
Options -Indexes SymLinksIfOwnerMatch IncludesNoExec
Order allow,deny
Allow from all