Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I am having a problem with my .htaccess file. I use Apache2 on my Ubuntu 20.04.
I want to rewrite URLs to my PHP file. And I have followed How To Use the .htaccess File and How to Rewrite URLs with mod_rewrite for Apache on Ubuntu 20.04 tutorials.
The problem is when I enter my /home page, it does not found. While I can still enter /home.php. However, it works with HTML, both /about.html and /about pages work.
Here is my .htaccess file.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ %1.php [NC,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ %1.html [NC,L]
I would appreciate any help! Thank you.
gerard
Jon Harris
orbitstorm88
rem3n
yolanda smith
301276acdc124dd982fe86364ba8c4
30ddab6038c044188d489290785dcb
699c9bc0a2c34f248e792cb8d2c6ab
Kent Morlan
sylvaticus
agitechcr
8b8f3c8ea96345bf8ddb0a59a008e2