[IIS7] RevCMS 403 - Forbidden [VPS]

Teoz

New Member
Jun 11, 2011
17
1
Hey guys. I config'd everything right in the config file. I also updated my web-build. So when i go to my site i get this message.
1415j74.jpg


I also read this in the doc file "This CMS works with IIS, since URL Rewrite can convert .htaccess to web.config" I think that might be the issue. But i don't know..
 

Pure

Knock Knock..
Aug 3, 2010
14
4
Make sure you have PHP installed on that server, and also add all the rewrites into that server.

See screenshot below.
 

Attachments

  • rules.png
    rules.png
    63.2 KB · Views: 57

Teoz

New Member
Jun 11, 2011
17
1
Most hotels who use Rev have it in IIS, go figure.
Hello, This is my .htaccess

RewriteEngine On

RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]

RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1

Any idea?
 

Pure

Knock Knock..
Aug 3, 2010
14
4
I really think you need to have some common sense for this one.. Make sure you have all the applications (PHP, mod_rewrite(or the IIS variant) ), that could be throwing a "403.3".

Is there a web.config that comes with the CMS
 

Users who are viewing this thread

Top