I am working on a codeigniter site. In the .htaccess
file I found this rule:
RewriteBase /
After reading up on RewriteBase, I started to wonder if this rule actually does anything within this context (if the htaccess file is placed within the root folder.) Is it safe to remove?
Even after reading the documentation and other posts, I am still very confused about what this does. Is this RewriteBase directive needed if the .htaccess file is in the root folder? WIll it behave differently within htaccess files located in folders that are not?