Hello everyone;
I'm tring to do a little trick of redirecting but i having some problems;
so
I have a little directory on my server named newsite
there actually my site is.
I want people access those files from the root directory without knowing they actually access the newsite directory?
i tried to put that little code on the root's htaccess file but i didn't work.
### make folder phpnuke as the root of this domain ###
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /newsite/$1
thanks ahead :)
sorry for my bad English :)