Cross Origin Resource Sharing is disabled by default in Django. Here are the steps to enable CORS in Django Project.
How to Combine Two Querysets in Django
How to Fix NoReverseMatch Error in Django
Sometimes you may get NoReverseMatch Error for URLs in Django-based applications. Here is how to fix this error.
How to Convert PDF to Image/JPG in Ubuntu
Sometimes you may need to convert pdf documents into image or jpg files. Here is how to convert pdf to image/jpg in ubuntu.
How to Redirect with Query String in Apache
How to Check if Cookie is Set in Apache Server
Sometimes you may need to check if a cookie set in user request and take actions based on cookie value. Here is how to check if cookie is set in Apache server.
How to Redirect in Apache based on Cookie
Sometimes you may need to redirect requests based on cookie values in Apache web server. Here are the steps to do it.
How to Redirect in Apache Based on Hostname
How to Block URL Pattern in Apache
Sometimes you may need to block URL pattern in Apache. Here are the steps to block requests based on specific regular expression patterns.
How to Redirect Port 80 to 8080 in Apache
Sometimes you may need to redirect port 80 to 8080 in Apache .htaccess. Here are the steps to do it.