ooraopal

Members
  • Posts

    1
  • Joined

  • Last visited

ooraopal's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hi, I need to redirect direct folder access to my homepage using .htaccess I tried following but its' not working RewriteRule ^subdirectory/(.*)$ /$1 [R=301,NC,L] Currectly I add a blank index.html to each folder, but this is not a good solution. I want everytime someone tried to directly access an existing folder on my website it will redirected to homepage automatically via .htaccess Please help Regards Yunar