How to remove Index.php from a custom built site
Hi - I am the developer for the example.com. I have included an htaccess file intended to remove the index.php from the url. However, mod_rewrite does not appear to be turned on. Ok so I tried using the redirect feature:
example.com/index.php -> example.com
and indeed, it did remove the index.php, but then my site did not work.
So what should I do to get rid of the index.php and have my site work?
thanks Vincent Jacobs
example.com/index.php -> example.com
and indeed, it did remove the index.php, but then my site did not work.
So what should I do to get rid of the index.php and have my site work?
thanks Vincent Jacobs