I want www.example.com/about.php to just be www.example.com/about
I created an .htaccess file and placed it in the root of my server. I am using linux shared hosting
I had this problem also, but I found that this seemed to fix the GoDaddy .htaccess problem.
# Fix Rewrite Options -Multiviews # Mod Rewrite Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php