Author |
|
garymchu Newbie


Joined: 18 September 2013 Location: United Kingdom
Online Status: Offline Posts: 1
|
Posted: 18 September 2013 at 4:16am | IP Logged
|
|
|
Hi,
When we try to view images attached to an email getting a 404 error. Seems to be an error in the image URL
Example
Code:
https://www.2001web.com/webmail/index.phpindex.php?/Raw/View/18/YoxPr_rCs0R1m7bbbZwH7Yl-o3za6bafCgPd_IDq549WxG60VcMv_trr6s-P6qyQ3lYLnKRuYSOY_VRyFc0hjlL0HA7nUGKnwN7U4Tq6tcaqsum-GVgEK020vz1O5HRdfN0GSdzI ldvO3mrrm8nb6wX0vSzpxERebuHgpHgpL_yezO6Sgnwu-P0pntkbR5178GeXGjAFN4qci4kF9VuJxMlUJYdnqJ3c |
|
|
notice the index.phpindex.php string near the start of the URL
Any idea where I can correct this in the code????
|
Back to Top |
|
|
Igor AfterLogic Support

Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6136
|
Posted: 18 September 2013 at 5:51am | IP Logged
|
|
|
Developers confirm the bug. To fix it, check through static/js/app.js file, search for occurences of index.php and remove those, i.e. literally replace index.php with empty string. For example, the following line:
Code:
this.sUrl = 'index.php?/Ajax/'; |
|
|
should look like:
To apply changes, be sure to purge cache as described here.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|