Search
 
SCRIPT & CODE EXAMPLE
 

PHP

PHP not working centos 8

go to /etc/httpd/conf/httpd.conf

 then locate:
<IfModule dir_module>
    DirectoryIndex index.html
</IfModule>
  
change it to:
  
  <IfModule dir_module>
    DirectoryIndex index.html index.php
</IfModule>

and restart apache http server with
    sudo systemctl restart httpd
Comment

PREVIOUS NEXT
Code Example
Php :: php uppercase first letter 
Php :: current time input field in laravel form 
Php :: allowed memory size of bytes exhausted composer 
Php :: show alert in php 
Php :: why do we use php exceptions 
Php :: codeigniter 3 or where not in 
Php :: Laravel retrieving single record 
Php :: acf get field 
Php :: Sending Data over another website via laravel 
Php :: convert all text in php to uppercase 
Php :: where is the php ini file located on server 
Php :: compare two arrays and return the difference php 
Php :: laravel curl package 
Php :: datetime validation in laravel 
Php :: sanctum auth check? 
Php :: how to execute cmd command in php 
Php :: laravel show debug query sql 
Php :: convert laravel hash password online 
Php :: ubuntu install php 7 
Php :: laravel observer check if field changed 
Php :: laravel search user details by specific role 
Php :: laravel list of tables 
Php :: php array sort by key value 
Php :: Unable to connect with STARTTLS: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed 
Php :: laravel eloquent mass update 
Php :: php credit card validation 
Php :: foreach skip current iteration 
Php :: how to fix PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted 
Php :: laravel artisan call with confirm 
Php :: send OTP php 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =