: Both the solutions of Stan and nitro2k01 didn't work for me. The following did work for me: # Place this .htacces file in /mom subdirectory RewriteEngine On RewriteCond %{HTTP_HOST} ^www.mom.nl$
Both the solutions of Stan and nitro2k01 didn't work for me.
The following did work for me:
# Place this .htacces file in /mom subdirectory
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.mom.nl$ [NC]
RewriteRule ^(.*)$ - [L,R=404]
In the public.www folder, I used the following to get it working:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.mom.nl$ [NC]
RewriteRule .? mom/%{REQUEST_URI} [L,QSA]
Hope this might help others.
More posts by @Cugini213
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.