CakePHP-Seo-Plugin icon indicating copy to clipboard operation
CakePHP-Seo-Plugin copied to clipboard

Enable wildcards in URI to match incoming request

Open monking opened this issue 12 years ago • 2 comments

wildcard is %, so URIs with URI-encoded characters must be escaped using %%. e.g. /press/%/some%%20article matches requests /press/new/some%20article and /press/archived/some%20article. Existing URIs with URI-encoded characters from the old scheme will still work as they are, but will also match weird URLs like some_other20_article. Suggest to update old URIs or add a toggle in the admin to allow wildcards, off by default.

monking avatar Jun 20 '13 19:06 monking

HTTP_HOST/admin/seo/seo_redirects/ not working for cake 2.4 Error: Create the class AdminController below in file: app/Controller/AdminController.php

aydoganserdar avatar Dec 24 '13 20:12 aydoganserdar

I will check if this is an issue in the project that prompted this change. Otherwise, I may not be able to address it. Thanks for posting the error, though!

monking avatar Jan 02 '14 08:01 monking