I have a Magento installation in /store but I actually want the store to be visible from / without cluttering up my domain root.
Is this possible without 301 directs?
I know in Wordpress it's pretty simple, but I'm not overly familiar with Magento.
Thanks
EDIT:
I've tried using a rewrite e.g
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain\.co.uk$
RewriteCond %{REQUEST_URI} !^/store/
RewriteRule ^(.*)$ /store/$1
That works for everything except the home page i.e works with /index.php but not /