Forum Moderators: phranque
I have just aqquired a site and the htaccess file rewrites all the URLs to be more search engine friendly which is cool, but I want to setup PHPmyadmin to backup the database and make edits etc, the problem is how do I allow folders in htaccess file, as at the moment it just defaults to the home page whatever I do? The rest of the site works as it should.
Thanks John
Jim
The instructions that make the redirect happen are going to need one extra line of code added.
That line simply tests whether you are asking for the folder that you do want to access, or not.
If you are not, then the redirect is allowed to proceed normally.
Thanks for the reply could you possibly enlighten me with the extra line code?
Thanks
John