Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Converting .Htaccess to web.config
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Bazinga" data-source="post: 14959" data-attributes="member: 753"><p>Recently we've been trying to use IIS rather than apache but I need to convert the .Htaccess file to web.config which is supported by IIS which I have no idea how to do. Here's the htaccess:</p><p></p><p>[code]ErrorDocument 404 /404_error.php</p><p>ErrorDocument 403 /403_error.php</p><p></p><p>Options +FollowSymLinks</p><p>Options -Indexes</p><p></p><p>RewriteEngine on</p><p>RewriteCond %{SCRIPT_FILENAME} !-d</p><p>RewriteRule ^([^\.]+)$ $1.php [NC,L][/code]</p><p>Can anyone help us? It would be much appreciated <img src="/styles/default/xenforo/smilies/emojione/wink.png" class="smilie" loading="lazy" alt=";)" title="Wink ;)" data-shortname=";)" /></p></blockquote><p></p>
[QUOTE="Bazinga, post: 14959, member: 753"] Recently we've been trying to use IIS rather than apache but I need to convert the .Htaccess file to web.config which is supported by IIS which I have no idea how to do. Here's the htaccess: [code]ErrorDocument 404 /404_error.php ErrorDocument 403 /403_error.php Options +FollowSymLinks Options -Indexes RewriteEngine on RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^([^\.]+)$ $1.php [NC,L][/code] Can anyone help us? It would be much appreciated ;) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Converting .Htaccess to web.config
Top