I changed web hotel and now I get
Quote:
Forbidden
You don't have permission to access /index.php on this server.
|
To give an example I found out that changing
Quote:
ErrorDocument 404 /index.php
|
to
solved the problem for that line, but
Quote:
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
is still causing the forbidden error
changing to
Quote:
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ http://www.mydomain.dk/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
doesnt help - so what does the "full path version" of the rewrite look like ?