New directory (Not used in vshare) -->User not found
Hello!
I want to set up another site in a extra directory. But if I try to open the Link I get in Vshare the message that the user <name of the directory> not exists.
I think that I must change a few parameters in the .htaccess file, but I don“t know which. I hope you can help me :)
nitramf
Re: New directory (Not used in vshare) -->User not found
Try adding something like this in your .htaccess:
RewriteRule ^YOURNEWDIR$ - [L]
RewriteRule ^YOURNEWDIR/(.*) - [L]
;)