skip to Main Content

Django wsgi Apache2: 'AH01630: client denied by server configuration' – CPanel

I've followed this tutorial to deploy my django project : https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-apache-and-mod_wsgi-on-debian-8 Why the static files can't be loaded from apache? I am using Debian9, Python3.5 and Django 1.11 This is my virtual host configuration: <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/html…

VIEW QUESTION

Where can i find php.ini on cpanel

I have a php file that authenticate with ldap, it was working fine on localhost but when i uploaded it to cpanel(softaculous), i got this error Fatal error: Uncaught Error: Call to undefined function ldap_connect(), i know that i have…

VIEW QUESTION

Rewrite/hiding some URL in .htaccess – SEO

I'm trying to get right syntax for .htaccess without any result... I've a URL structured as domain.com/app/public/pageName . It's working fine but I would "hide" the 'app/public/' part in browsers, basically doing something like: [real URL] domain.com/app/public/pageName -> domain.com/pageName [what…

VIEW QUESTION

how to rewrite SEO-friendly url markep in htaccess

I am trying to convert my URL in to SEO Friendly url. I do not have much knowledge about htaccess rewrite rules, URL is: https://www.zesteve.com/search.php?loc=Guntur&q=manjunath-cake-shop the URL should be https://www.zesteve.com/Guntur/manjunath-cake-shop I have tried this: RewriteEngine On RewriteCond $1 ^search RewriteCond…

VIEW QUESTION
Back To Top
Search