Jump to content

Link issue - Email viewquote.php?id=1 Site viewquote/id=1


kenty13

Recommended Posts

Hi, I have a link error that I am having issues resolving.

 

For example; when my clients receive a quote etc via email, the link displays like this:

 

viewquote.php?id=1

 

Which when clicked displays a content not found error due to the fact that the actual site url is

 

viewquote/?id=1

 

I am sure this is a simple matter, but I am stuck. Somehow I need to change the email links to be sent like the actual website link (without / instead of .php). Could someone please provide some advice. I am running WHMCS in conjunction with Wordpress and WHMCS-Bridge plugin.

 

Many Thanks

K

Link to comment
Share on other sites

if the correct link of the viewquote page for you is viewquote/?id=1, you could modify the Quote Delivery with PDF email template and change references of...

 

{$quote_link}

to...

 

{$quote_link|replace:'.php':'/'}

and see if that solves the issue.

Link to comment
Share on other sites

Hi thanks for taking the time to review my issue. This does solve the problem.

 

However as this appears to be an issue across all whmcs links, can you think of a solution that would fix sitewide rather than requiring an update to every email template?

 

Wondering if anyone else has any other ideas as to why this is even happening?

 

Thanks again!

Edited by kenty13
error
Link to comment
Share on other sites

if it's occurring on all WHMCS links, then it sounds more like a redirection issue - which likely means either Bridge or htaccess... it doesn't sound an issue with WHMCS itself (otherwise this place would be full of similar complaints!).

 

it might be worth checking that you're using the latest Bridge release, and check with their support about this issue... and if you find the answer, report back to the thread.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated