Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Sent6035632

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ogunnowo487

Near the top of the .htaccess file in the root of your site, you can add the following:

RewriteEngine On
RewriteRule ^(parent/). / [R,L]


The is just a backreference to "parent/" (saves repetition).

Change R to R=301 if this is intended to be permanent. (But only after you have confirmed that it works.)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme