Tech Support Forum banner

windows iis 7 - goddady hosting

966 Views 1 Reply 2 Participants Last post by  clyde123
Hello,
I am new to the windows web server and have not the knowledge of syntax for web.config file.

We have under Windows IIS7 an Wordpress installation under http://vacationpackagestogo.com and for that wordpres generated few lines for a web.config file.
Here is the content of the web.config file:

<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="wordpress" patternSyntax="Wildcard">
<match url="*" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>

1. with this content our /stats directory and Webstats is no more accessible - we are getting an error 500.
In the stats directory is dynamically generated the reports and an index.php file is in this directory which points to the other files in the directory.

2. we need more rules to create some permanent redirect 301 for the following subfiles:

http://vacationpackagestogo.com/article-details.php --------->>>>> http://vacationpackagestogo.com
and
http://vacationpackagestogo.com/content.php --------->>>>> http://vacationpackagestogo.com

This two points we need some help.
See less See more
Status
Not open for further replies.
1 - 2 of 2 Posts
do you not have Support from the hosting company for this ?
1 - 2 of 2 Posts
Status
Not open for further replies.
Top