Joomla SH404sef URL adding view=list

116 Views Asked by At

In Joomla sh404sef, I added URL in View/Edit SEF Urls. In the end of the url it takes "careers.html?view=list". How to remove the ?view=list from the url.

When the new meta tags are added in sh404sef for the article or component and the page is viewed as"page view source". It displays

1

There are 1 best solutions below

0
On BEST ANSWER

Just add below line in the code

shRemoveFromGETVarsList('view');