Jump to content

SEO urls not working with WHMCS 6?


yggdrasil

Recommended Posts

Yes. When you click on a news article for example, once SEO urls are enabled it changes the url from something like this:

 

announcements.php?id=1

 

To something like this:

announcements/1/Your-News.html

 

This is basically what the SEO setting in the admin side activates, assuming you have renamed the .htaccess file and are using the rules correctly.

 

The problem is that when you browse to:

announcements/1/Your-News.html

 

It will not display the full news. It will display a resume and then you have the Read More... button.

 

This does not work. You can go directly to the news url or click the button and it will keep displaying the resumed announcement with the Read More button on it. You can't open the full announcement.

 

But when you go manually to announcements.php?id=1, it works.

 

Basically, all the SEO links like:

announcements/1/Your-News.html

announcements/2/Your-News.html

announcements/3/Your-News.html

 

Keep displaying the same page which is:

announcements

 

Instead of going to each article. In the browser url, it does load each news article, but the content is the same from announcements, not the individual post.

 

I'm not sure if this is a server side issue that only affects me. So I'm wondering if someone else saw this or if its just me. If its just me, I will check the server config, since its a normal Apache with PHP (nothing strange), and I don't see any errors.

Link to comment
Share on other sites

No, my problem is not related to that. I don't have that issue, and just to discard that, I tried adding:

<base href="{$systemurl}">

 

To the header template and it makes no difference.

 

The .htaccess rules are not doing anything in my case (have no effect). I can even delete the .htaccess files from the whmcs install folder and it makes no difference what so ever. Basically the rules have no effect on WHMCS 6. Rewrite is working because if I add other test rules it works fine. Its just the rules that come with WHMCS 6 which worked with 5, that don't work or don't actually do anything in WHMCS 6. I did 2 installs, the and issue is in both of them.

 

Does it work in your install? The reason I came to this forum is not for someone to get to my particular issue but to confirm if its just me or others have the same issue. I can't believe nobody is using WHMCS 6 with the SEO urls settings to ON...

 

All I want is someone to confirm me. It works fine on my WHMCS 6 install, or yes, it does not work in my install either...

Link to comment
Share on other sites

Only the official .htaccess included with WHMCS, nothing custom.

 

You are correct. Its the same issue as in the other thread which I was not able to solve.

 

I don't know what happen, but I never received a reply to that other topic, so I was not aware Nate confirmed this a as bug.

 

Bug: CORE-9280

 

It seems its not an issue on my side only, and they probably where able to replicate this. So I guess, its just waiting until a fix then. Thank you.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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