0

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

user2508506
  • 61
  • 11

1 Answers1

1

Just add below line in the code

shRemoveFromGETVarsList('view');
insomniac
  • 11,146
  • 6
  • 44
  • 55
rize
  • 18
  • 1
  • 5