PHP gives fatal error for curl extension in windows. curl_init undefined – Apache
i have tried everything to load curl extension but it is not displayed in the loaded extension list.
i have tried everything to load curl extension but it is not displayed in the loaded extension list.
I am trying to implement clean URL with the help of .htaccess in my project. I got a 404 when i implimented a condition with multiple condition strings like keyword1/keyword2/param all other conditions like RewriteRule ^home index.php [L,NC] works fine…
I have recently setup SSL on my apache server (the server is hosted on DigitalOcean). I have followed the instructions to setup the certificate and edit to the server conf file to redirect http to https. Everything works file but…
I am running an express.js web app on an Apache2 server. Right now, the app is pretty basic, and all I'm trying to do is print the request URL to the console. For example, when I access https://subdomain.example.com/node/something in my…
We have a query that takes about 10 minutes to complete but it seems that PHP doesn't want to wait around for it. If the user does, PHP will respond with the actual query in plain text. No errors or…
i'm having some difficulties getting a site of mine online. despite me having a similar site up on port 447 (nicer.app), this zoned.at site just won't get past it's ERR_CONNECTION_REFUSED status in the browser. i'm using nginx and apache2 on…
I have the following mod rewrite in my .htaccess and when I go to /commPortal.php it still ends up routing me to index2.php. RewriteRule ^commportal/(.+)$ commPortal.php?data=$1 [L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index2.php [QSA,L] RewriteCond %{REQUEST_URI} .php…
I am trying to move my whole website through .htaccess doing this #Options +FollowSymLinks RewriteEngine on RewriteRule ^(.*)$ https://newdomain/$1 [R=301,L] Some of the links from the old website are not exactly the same of the new website, so I should…
I recently have tried to update settings on the server of a non-profit website I host and have run into configuration issues in regards to the Permissions Policy. I haven't found many examples of the proper use-case and syntax to…
I've been hemorrhaging hours of research to this and cannot seem to find the right solution, even to understand the problem itself. The scenario: I have an multiple ubuntu servers, each server runs an apache hosting multiple sites via apache-vhost.…