Mobile app version of vmapp.org
Login or Join
Cugini213

: 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$

@Cugini213

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.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Cugini213

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme