KöveZoli Posted January 29, 2016 Share Posted January 29, 2016 I have a problem. I have IIS. I set multishop but not displayed. (The main page is ok. ) HTTP-error: 404.0 - Not Found Requested url:http://192.168.30.45:8888/de/index.php?live_configurator_token=e6d124a29862ba30e977d6019bee7c86&id_employee=1&id_shop=2 Physical path: C:\inetpub\wwwroot\directory_name\de\index.php But \de\ is only virtual path... Know you the solution? Thank you! Link to comment Share on other sites More sharing options...
Garfrost Posted January 29, 2016 Share Posted January 29, 2016 Looks like you're using Friendly URLs there. Which seem to automatically enable some Apache settings, unfortunately IIS does not recognize .htaccess or anything Apache related as they're different products entirely. The following website should have some information to help you on your way to resolve these problems. But it'll require manual work: http://www.iis.net/learn/application-frameworks/install-and-configure-php-applications-on-iis/translate-htaccess-content-to-iis-webconfig If that fails, you could disable Friendly URLs which looks a little less pleasant on the eyes, but there's no rewrite rules to convert. Link to comment Share on other sites More sharing options...
Bill Dalton Posted January 30, 2016 Share Posted January 30, 2016 (edited) If you use Apache you need to install the module that handles htaccess to use friendly urls. IIS is the same, go to http://www.helicontech.com/isapi_rewrite/ and try out the free version for IIS. You'll be up and running in no time. This module will allow you to use htaccess and friendly urls with Microsoft IIS. Edited January 30, 2016 by Bill Dalton (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now