Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM GetSimpleCMS allowing invalid URLs
#5
I don't believe GS provides a native solution for this issue, at least not that I'm aware of. But seriously, why would the Google Search Engine bother visiting a URL like this `http://gs1000.showme.zone/this/URL/is/invalid/article-029/` when it's not listed anywhere?

Anyway, you still have the option to create your own solution. You could use a filter, like "data_index":
PHP Code:
add_filter('data_index', function($data) { 
    // your routing logic 
}); 
Reply


Messages In This Thread
GetSimpleCMS allowing invalid URLs - by AnthonyV - 2023-09-28, 06:12:54
RE: GetSimpleCMS allowing invalid URLs - by Bigin - 2023-09-28, 19:14:31
RE: GetSimpleCMS allowing invalid URLs - by Bigin - 2023-09-29, 16:59:02



Users browsing this thread: 1 Guest(s)