Posts by Adriano Araujo • 80 points
5 posts
-
1
votes2
answers99
viewsA: Remove . php extension from pages , but appears ERROR 404 - PAGE NOT FOUND
Change the . htaccess to RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ $1.php in the image below see that I finished the…
-
-2
votes1
answer69
viewsA: "/" Site root in PHP
Check apache for Documentroot configuration In your case you should have the following configuration, for apache2.4 DocumentRoot /var/www/html/meusite <Directory "/var/www/html/meusite">…
-
2
votes3
answers3255
viewsA: Wrong daylight saving time
Windows: Publish the DLL php_timezonedb.dll in the PHP extensions directory. Ex.: "c: php ext" Link to the DLL download: https://pecl.php.net/package/timezonedb Add the…
-
3
votes1
answer3702
viewsA: Java Daylight Saving Time - (Daylight Saving Time)
We found that JAVA has its own Daylight Saving Time (DST) and that it is necessary to update the configuration due to default changes. JAVA ORACLE or OPENJDK Download the latest version of TZDATA…
-
0
votes1
answer3702
viewsQ: Java Daylight Saving Time - (Daylight Saving Time)
We changed the entry time of summer time 2018 on the Operating System (Linux or Windows), but the JAVA application shows the wrong time (daylight saving time).