skip to Main Content

How can I configure PHP 7.4 on Apache?

I am trying to configure PHP 7.4 and Apache 2.4 on my machine, but it is returning the following error: httpd.exe: Syntax error on line 542 of C:/XIDServer/Apache24/conf/httpd.conf: Can't locate API module structure 'php7_module' in file C:/XIDServer/php/php7.dll: No error The…

VIEW QUESTION

Redirect the old url to newly url – Apache

I am facing a problem in redirecting from old url structure to new url structure This is the old URL: https://example.com/user?username=ganesh And this is the new URL: https://example.com/user/ganesh Actually I rewrite the old URL to a new URL successfully with…

VIEW QUESTION
Back To Top
Search