|
You are here |
codeinthehole.com | ||
| | | | |
www.paepper.com
|
|
| | | | | Rewriting URLs using mod_rewrite Every so often as a web developer, you might have to write a redirect of some URLs to some other ones to an .htaccess file. If you remember these tips here, you will probably have most of the stuff you need: Redirect a specific URL to another URL Redirect 301 "/old-page.html" "/new-page.html" 301 here means it is a permanent redirect. Over time Google and other search engines will then replace the old URL with the new one in their index. | |
| | | | |
tsai.it
|
|
| | | | | mod_rewrite WordPress MediaWiki Wiki | |
| | | | |
www.itechlounge.net
|
|
| | | | | ||
| | | | |
techblog.jeppson.org
|
|
| | | Nginx proxy manager is a really convenient UI wrapped around nginx. It covers the most common use cases very well. If you have more advanced needs, then it requires some custom configuration. In my case, I wanted to load balance my Proxmox servers. This is how you do that, as per https://nginxproxymanager.com/advanced-config/#custom-nginx-configurations and https://www.reddit.com/r/selfhosted/comments/1fp5mxz/nginx_proxy_manager_fails_when_adding_load/ In ... Continue reading Load balancing behind Nginx Proxy Manager | ||