cancel
Showing results for 
Search instead for 
Did you mean: 

Changes wont save on one of pages. i.e links directs to the blank page.

Changes wont save on one of pages. i.e links directs to the blank page.

Hi,

 

I have moved the site to the root directory and some of the links on one of the pages won't dirrect to the specific page.

But in the backend the the link and source code is right.

I don't have any idea what could cause that issuse.

 

here's the page:

https://www.eurosafeppe.com/index.php/ppe-inspections.html

it's basically the last PDF links at the bottom of page,

the backend source code:

 

<p><a title="HSE" href="{{media url="wysiwyg/pdf/HSE_Inspecting_Fall_Arrest_Equipment_for_Webbing_and_Rope.pdf"}}" target="_blank">HSE Inspecting Fall Arrest Equipment for Webbing and Rope &nbsp;- PDF</a></p>
<p><a title="wahsa" href="{{media url="wysiwyg/pdf/WAHSA-TGN03-Guidance-on-inspecting-personal-fall-protection-equipment.pdf"}}" target="_blank">WAHSA TGN03 Guidancet - PDF</a></p>

 

but its directing to the different directory.

 

 

Thanks

 

 

3 REPLIES 3

Re: Changes wont save on one of pages. i.e links directs to the blank page.

hi there,

 

you can simply change to absolute path:

from 

media url="wysiwyg/pdf/HSE_Inspecting_Fall_Arrest_Equipment_for_Webbing_and_Rope.pdf"

to

media url="/wysiwyg/pdf/HSE_Inspecting_Fall_Arrest_Equipment_for_Webbing_and_Rope.pdf"

 

but looks like there is some misconfiguration on your server to handle 404 requests and there is no file like this in your root folder:

https://www.eurosafeppe.com/wysiwyg/pdf/WAHSA-TGN03-Guidance-on-inspecting-personal-fall-protection-...

 

 

Anton Pachkine @ magento2.hosting : Magento Small Business Package.

Re: Changes wont save on one of pages. i.e links directs to the blank page.

Thanks for your comment,

 

I have managed to find the path but still directing to the blank directories.

https://www.eurosafeppe.com/media/wysiwyg/pdf/HSE_Inspecting_Fall_Arrest_Equipment_for_Webbing_and_R...

 

Also the backend source is abosolutley right, seems to be pulling links from somewhere which I don't know.

 

 

Thanks

 

 

Re: Changes wont save on one of pages. i.e links directs to the blank page.

Thanks for your comment,

 

I have managed to find the path but still directing to the blank directories.

https://www.eurosafeppe.com/media/wysiwyg/pdf/HSE_Inspecting_Fall_Arrest_Equipment_for_Webbing_and_R...

 

Also the backend source is right, seems to be pulling links from somewhere which I don't know.

 

 

Thanks