Backstage Category

Serve your site as static Drupal 404

In the standard configuration of Drupal this is to absorb all the traffic that is generated against the directory (and subdirectories) which is installed on the server, this also includes 404 errors. Any request for a file that does not exist in Drupal manage a new domain this is not a problem since, in theory, most 404s are ... Continue reading

Using '/ /' as a wildcard for 'http://' and 'https://'

Create a website that can be navigable via http and https normally supposed to have some kind of variable or switch in the language that generates HTML output of the website, for example PHP requests for resources such as CSS, JS, images, etc. are made using the correct protocol. For example if we are ... Continue reading

Graphically visualize your regular expressions: regexper.com

Regular expressions in any programming language are very useful and powerful, saving many lines of code writing. If the expression is simple, we will be easy as humans understand it at a glance, but if the expression is complicated, if not created by us, or if it has been a while since I've done, maybe ... Continue reading