i have a domain with a website in a folder.
i.e http://domain.com.au/website/page.php
i only have access to .htaccess files to make the rules. i would like my url to look like this..
so in essence i want to drop the subfolder its sitting in, and the php extention.
All links in my php are structured like this though
<a href="/website/page.php">page link</a>
this is the same for js and css. they are all referenced from the 'website' folder.
will the rewrite mean i have to change all my links?
priority is dropping the folder from the url, not so much the php extension.