Post by tonyrobbo » Fri Feb 26, 2021 4:41 am

Hi, I have the latest version of Opencart on a Windows server and am trying to get the URL rewrite to work. Apparently the code below still works, but at the moment I have Opencart in a sub folder eg: www.example.com/shop/ and can't get it to work?

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <system.webServer>
	<rewrite>
	  <rules>
	    <rule name="Imported Rule 1" stopProcessing="true">
	      <match url="^(.*)$" ignoreCase="false" />
	      <conditions>
		<add input="{HTTP_HOST}" pattern="^example\.com$" />
	      </conditions>
	      <action type="Redirect" redirectType="Permanent" url="http://www.example.com/{R:1}" />
	    </rule>
	    <rule name="Imported Rule 2" stopProcessing="true">
	      <match url="^(.*)$" ignoreCase="false" />
	      <conditions>
		<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
		<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
		<add input="{URL}" pattern="^/favicon.ico$" ignoreCase="false" negate="true" />
	      </conditions>
	      <action type="Rewrite" url="index.php?_route_={R:1}" appendQueryString="true" />
	    </rule>
	  </rules>
	</rewrite>
  </system.webServer>
</configuration>
Any ideas what I need to change?

Newbie

Posts

Joined
Thu Oct 12, 2017 10:18 pm

Post by straightlight » Mon Mar 01, 2021 12:01 am

StackOverFlow request.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by tonyrobbo » Mon Mar 01, 2021 10:49 pm

Sorry, I have no idea what that means ???

Newbie

Posts

Joined
Thu Oct 12, 2017 10:18 pm

Post by JNeuhoff » Tue Mar 02, 2021 12:43 am

Since you are not using the Apache service (e.g. WAMP) for which OpenCart has been written, it will be beyond the scope of most OpenCart users to answer your question, hence the suggestion to find out on StackOverFlow. See e.g. https://stackoverflow.com/questions/848 ... endly-urls

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am

Who is online

Users browsing this forum: No registered users and 9 guests