Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IIS Compatibility #136

Closed
Ubivis opened this issue Jun 15, 2018 · 2 comments
Closed

IIS Compatibility #136

Ubivis opened this issue Jun 15, 2018 · 2 comments

Comments

@Ubivis
Copy link

Ubivis commented Jun 15, 2018

Works well under IIS with a few simple adjustments to the htaccess (can be imported to urlRewrite and converted to web.config):

Following lines need to be removed:

Line 10 --- # Dynamically detect Rewritebase and URI part past Rewritebase
Line 14 --- RewriteRule ^(.)$ - [E=SUFFIX:%2]
Line 17 --- RewriteRule ^(.
)$ - [E=BASE:%1]
Line 25 --- RewriteRule ^[a-z]{2}/([A-Za-z0-9_/-]+).php.* %{ENV:BASE}$1.php?%{QUERY_STRING} [PT,L]
Line 30 --- RewriteCond %{REQUEST_FILENAME} -l

@reloxx13
Copy link
Collaborator

thanks for the tips!

the problem i see is, i cannot have multiple htaccess files or cannot even decide which webserver is used.

i can create a .htaccess-iss file, but the users need to activate it themself by renaming it. also this would be overwritten with the autoupdate :S

if you start the autoupdate now, your changes will be lost, pls make sure to make a backup of your file, so you can easily activate your config again.

@reloxx13 reloxx13 added the TIP label Jun 21, 2018
@reloxx13 reloxx13 closed this as completed Sep 4, 2018
@reloxx13
Copy link
Collaborator

reloxx13 commented Sep 4, 2018

added link to wiki to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants