Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterXmod directory - search/filter throws 404Xmod directory - search/filter throws 404
Previous
 
Next
New Post
12/29/2009 9:55 PM
 

I have Url Master v1.14.11 running on DNN v05.01.01 (98) and IIS7. I also have Xmod v5.5.2 which I'm using the directory component.

Out of the box, all the URLs are working exactly correctly, except the directory filter/search feature which, when Url Master is working, throws a 404 (Page not found) error.

Example: /Home/FindaBusiness.aspx redirects to /Home/Find-a-Business.aspx perfectly fine. That page lists all the businesses out correctly and as expected.

However, when I do a search/filter using a zip code, the URL BEFORE Url Master was: /Home/FindaBusiness.aspx?zip=32835&city=&state=&search.x=24&search.y=7

But after applying Url Master, the search/filter is not being generated correctly. Here is how it comes out:
/Home/FindaBusiness/tabid/65/zip/32835/city/%20/state/%20/search.x/0/search.y/0/Default.aspx

Which throws the 404. Searching/filtering on /Home/Find-a-Business.aspx does the same - throws a 404

I tried removing the URL by adding /Home/FindaBusiness.aspx to "Do not generate Human Friendly Urls for these Pages (useBaseFriendlyUrls):". I've also added the page to the "Do not 301 redirect these Pages" area. In both cases, the base URL is left alone correctly, but the search results throw a 404. The ONLY way to get it to work is to not use Url Master at all.

Ideas?

 
New Post
12/30/2009 12:56 AM
 

The problem here (I think) is that the url generated contains '.' in the path - search.x/0/search.y

Adding the page to the 'do not generate' list is generating as a standard DNN friendly url as you can see, but the problem is that the querystring is being included into the friendly path instead of being left as a querystring.

My first recommendation is to download and install the latest version of the module.  This contains a fix since the 1.14.11 version to not include items in the friendly url path where there is a '.' character.  This should correct the problem.  You can download it from http://www.ifinity.com.au/Products/Url_Master_DNN_SEO_Urls

regards

Bruce

 
New Post
1/5/2010 9:38 PM
 
Nope. Still doesn't work and still throws a 404 and the exclusions don't have any affect. :( Now it seems to be sending in the URL correctly: FindaBusiness.aspx?country=ca&zip=&city=&state=&search.x=23&search.y=9 (that's for Canadian Businesses) But the directory doesn't filter...still throws the 404.
 
New Post
1/7/2010 12:21 PM
 

Can you post the full Url of the site ?  Is the 404 an IIS 404 or an asp.net 404?

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterXmod directory - search/filter throws 404Xmod directory - search/filter throws 404


Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.

Please note : If you are posting a new thread for the Url Master module, please include the following information where applicable:

- Url Master version

- DotNetNuke version

- Example Url where possible

- If there is an error, please post the full error text and/or stack trace (from the DotNetNuke event log).