Hi all am very very new to this forum and htacess redirects hopeing for some help with my problem?
Basically I have one domain name and subfolder.
like
(main url)
www.example.co.uk/subdirectory
RewriteRule to
www.example.co.uk/subdirectory/subdirectory1/index.php
please note the url for htacess file is
www.example.co.uk/subdirectory/.htacess
I have tried this
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/subdirectory/
RewriteRule ^(.*)$ /subdirectory1/index.php$1 [L]
Any help thank you