Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
I don't know if this is possible, but what about moving handler files, like Captcha.ashx out of the root of the site into a subfolder? We've got one site where the error log is filling up with errors from a bot or something continually hitting the Captcha.ashx file.
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
Hi Judy,
We can change the file location and then we need to update the path where it is being used.
<img src="@Url.Content("~/Captcha.ashx?w=" + width + "&h=" + height + "&id=" + encryptedText + "&sid=" + storeId + "&t=" + DateTime.Now.ToString("hhmmss"))" />
in Website\Views\Shared\EditorTemplates\CaptchaImage.cshtml
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close