Click here to Skip to main content
15,890,882 members

Comments by Mr_cool (Top 27 by date)

Mr_cool 2-Sep-21 2:19am View    
How to do it? Any package for the same? Combineandminify is one but too old.
Mr_cool 22-Aug-19 5:19am View    
Not really
Mr_cool 3-Jun-19 4:55am View    
See, as mentioned I'll create a db with 3 fields say (Cloak name, anchor, link).

the table values will be (google, visit google, https://www.google.com

Part one
Example:
If you want to search anything, visit google.


Now, if someone clicks on the hyperlink that says visit google, then the browser should redirect to google.com

This part can be done using redirect. Ok not an issue.

Part Two:
Now, say domain.com has 200 pages on the website and the pages are dynamic (populating data from DB). Now, I want to create a system that for every page where visit Google is written, auto hyperlink it with the url https://www.domain.com/go/google when the browser loads the page.

and there will be many other terms which I want to auto hyperlink


So there will be a lot of terms, I need a way to do it which wont consume too much time and the page loads almost instantly.
Mr_cool 22-Oct-18 8:02am View    
This won't work for me. Thanks anyways. I have pages that don't exist and need to redirect them to an existing page.

example: http://www.example.com/hello111 (old url and doesn't exist) should redirect to http://www.example.com/hello-world (exists)
Mr_cool 1-Feb-18 7:11am View    
Can you help me on this question: https://www.codeproject.com/Questions/1227853/How-to-get-social-media-count-in-ASP-NET