|
Installing the Module |
Top Previous Next |
|
IMPORTANT NOTICE Please turn the DotNetNuke "Friendly URL" feature Off.
Installation
around line 50 and after the entry:
<!-- HttpModules for Common Functionality --> <httpModules>
add the line:
<add name="DNNMastersSEORewrite" type="DNNMasters.SEO.Rewrite.RewriteUrl,DNNMasters.SEO.Rewrite" />
As of version 2.1.0 of the module you can make this change directly from the module options !
Open Internet Information Services (IIS) Manager and navigate to your website, right click and select "Properties" from the context menu. Go to "Home Directory" tab.
Open "Configuration"
and click "Add"
Enter desired extension name including leading dot (.). Uncheck "Verify that file exists" checkbox and browse to "Executable" C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
Save the setting and exit IIS Manager.
Go to IIS Manager --> website ---> Properties ---> Custom Errors and scroll down to 404 error
Click "Edit" and change the "Message type" to URL. Enter URL as /pagename.ext (in our example it would be /404.htm).
Click OK to save and repeat for other 404 errors.
|