I have a problem trying to hide .php extension from the url
I have been asked to hide it and because they are on a shared host i don’t think i have access to .htacess so is there another way to hide it through a php function that i would call everytime an anchor is being selected?
.htaccess is what you would have access to on a shared server, as opposed to httpd.conf, which you wouldn’t.
Put a .htaccess file in your document root with the following
If your site stops loading, then you can use .htaccess 🙂
Of course, ^ that is a joke.