Search results

  1. How did Backlinko do this? (Sorting Content)

    Similar question: https://www.buildersociety.com/threads/creating-a-filter-for-content-in-wordpress.2487/
  2. Your recommended course of action to take this keyword from competitor?

    Why not do (A) and (B) together?
  3. Introductions Thread

    More like two decades, sir. Time flies.
  4. Help a htaccess dummy please

    @butcher Update?
  5. Help, unable to set up server cron for a plugin

    Did you try giving the full path to wget while setting up cron? If you don't know the full path, you can find it by running: $ whereis wget The output should look something like this: wget: /usr/bin/wget /usr/share/man/man1/wget.1.gz /usr/share/info/wget.info.gz So, in this case, the path is...
  6. Help a htaccess dummy please

    If by "I re-coded the site to use the new URL structure" you meant "my site's code now processes pretty URLs and serves the right pages dynamically", then you don't need redirection. You also said you are using the original .htaccess file and "it works correctly". So then it looks like now your...
  7. Help a htaccess dummy please

    I could be wrong, but I don't think he added any additional code in the application to handle the "new" pretty URLs. @butcher Scenario 1 When you got/bought the site, as I understand it, the URLs used to be like these...
  8. Help a htaccess dummy please

    ^ 302 is default, so that is true. Add [R=301] explicitly to the end. "There are only two URL's as in the example." Then you should be all set. Something like this should work: RewriteEngine On RewriteRule ^united-kingdom/keyword/([^/]*)/([^/]*)/$...
  9. Help a htaccess dummy please

    ^^ Took a cursory glance - that seems generic enough to work with those two types of URLs. Do you just have more URLs like the two you posted (in which case you don't need to do anything), or do you have URLs which are of a third different pattern?
  10. Giant Server File Folders - How Do They Access/Update It?

    Use S3 (assuming your images comply with their T&C) Use Putty/scp
  11. WordPress Rest API Vulnerability Found

    Been thinking of the same thing for a while now, for my older sites. Ah - the pain of migrating old sites versus the risk of more security breaches. :wonder: On another note, this is true for most of the third party open source frameworks. There is always a risk of known and unknown security...
  12. Free Grammarly Premium Code

    It is the access code of some educational institution. Note the "/edu" part in the URL. They negotiate a license agreement based on volume. As long as they renew their license, those who signed up using their access code will be able to use the premium features. Typically, those tend to be...
  13. For those of you struggling with viral content, check this out.

    It is possible to provide quality content and to gain traction. Of course, being edgy and controversial helps. But that doesn't mean you have to make stuff up or be the bad guy. Different paths. Same goal.
  14. How can i clean up my WP Database?

    Assuming you are going this route: Most of the plugins which I know of simply create a few rows in existing tables. If a plugin creates new tables (some do), it is easier to detect and delete them. No plugin I know of creates a separate database. Guess esca1 meant tables. Or maybe there is -...
  15. Introductions Thread

    Read your previous posts. 200-500% ROI over a period of one year? Almost unbelievable. Congrats on your success. So what do you do nowadays? Are you looking for any kind of partnership?
  16. Built my first traffic leak automation with CasperJS

    @joblife Awesome, let us know the results!
  17. Built my first traffic leak automation with CasperJS

    Depends on how many pages of results you have to wade through. A few pages? You're fine. Hundreds of pages? You'll probably be better off with a proxy. Emailing: I would rather have someone who knows it comment about that. Your results will depend on a lot of factors. Are you targetting...
  18. This guy took a picture of himself everyday during his 2016 weightloss journey.

    Oh - so you joined one of those "get a tattoo, lose weight" programs. :smile:
  19. This guy took a picture of himself everyday during his 2016 weightloss journey.

    https://isoudw.com/2017/01/26/dissweight-program-now-available/ He's in the health care niche :wink: On a sidenote, the form on that page auto populated my information. Cliff notes Lost 20 kg in 3 months Used sandwich workout: cardio > weights > cardio. Minimum 3 times/week. Did bare minimum...
  20. Personality Types Among Builders...

    Can relate to this. I find my personality has changed as well.
Back