The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I am trying to convert this (Unix) htaccess code to (Windows) web.config code, could anyone give me a hand with this?
I have tried Online Converters, but it seems the converters don't give me the entire code. Here is the .htaccess that I need to get converted to web.config. Code:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^([0-9]+)$ showthread.php?t=$1 [NC,QSA,L]
</IfModule>
|
|
#2
|
||||
|
||||
|
There is an included web.config in the do_not_upload folder for vBulletin 4.
|
|
#3
|
||||
|
||||
|
This was for a custom mod I was working on. But I got it fixed now. I added a ShortURL system to my board, using my own ShortURL Domain. Thank you though!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|