I have a website that has been online for a couple of months and I have just recently switched to a host that will allow a .htaccess file so now I’m prepared to remove the index.php from the url. My question (and not being very experienced w/ htaccess) is this: Will past links that may have included the index.php in the url still go to their links within the site?
mysite.com/index.php/portfolio/
will be the same as:
mysite.com/portfolio/
and the index.php still exists but is not what is displayed in the url?
Just need some clarification, any help is appreciated.