"I was able to determine that the issue lies within your .htaccess file with your rewrite rules. I have disabled items that appear to be creating the issue so that you can review them. The lines within your .htaccess file that have a # at the beginning are the offending lines. We are very limited in the amount of support we can provide for scripting. If during your process of creating your site you believe that there is an issue with your hosting account itself, we would be happy to look into that further providing details of the issue or error.
Please let us know if we can help you in any other way."
The current .htaccess file is as follows:
Options +FollowSymLinks
RewriteEngine On
AddEncoding gzip .gz
AddEncoding gzip .gzip
<FilesMatch "\.(js.gz|js.gzip)$">
ForceType text/javascript
</FilesMatch>
<FilesMatch "\.(css.gz|css.gzip)$">
ForceType text/css
</FilesMatch>
# RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
# RewriteRule (.*) index.php
Please help me fix the two lines that have a # at the beginning.