Matt
04-03-2007, 01:51 PM
I want to set up 301 redirects for my primary account at FQ, but have IRMs that are affected by the .htaccess file. I've searched the forums, but didn't quite find what I'm looking for (although this seems close: http://www.aota.net/forums/showthread.php?t=20270)
Here's a simplified version of the .htaccess file:
Options MultiViews
DirectoryIndex index
Redirect 301 /index.php https://www.domain.com/
Redirect 301 /url1.php https://www.domain.com/url_1.php
Redirect 301 /url2.php https://www.domain.com/url_2.php
If works fine for the primary domain, but all IRMs show the following:
Forbidden
You don't have permission to access / on this server.
Is it possible to put a .htaccess in the IRM directories that essentially says "ignore the parent .htaccess file?" It's unfortunate that the IRMs even see anything above their own directory (I wonder if there are security implications).
Thanks,
Matt
Here's a simplified version of the .htaccess file:
Options MultiViews
DirectoryIndex index
Redirect 301 /index.php https://www.domain.com/
Redirect 301 /url1.php https://www.domain.com/url_1.php
Redirect 301 /url2.php https://www.domain.com/url_2.php
If works fine for the primary domain, but all IRMs show the following:
Forbidden
You don't have permission to access / on this server.
Is it possible to put a .htaccess in the IRM directories that essentially says "ignore the parent .htaccess file?" It's unfortunate that the IRMs even see anything above their own directory (I wonder if there are security implications).
Thanks,
Matt