how to pass htaccess?
« on: July 17, 2010, 09:33:27 AM »
Hello,

I use a seo plugin of a forum software. This plugin writes in htaccess file and after that it doesn't allow me to access generator folder. How to pass this?

when i want to access , it gives me an error messages which is "the page you request isn't at this server
Re: how to pass htaccess?
« Reply #1 on: July 17, 2010, 03:54:22 PM »
Hello,

does it work if you temporarily rename that .htaccess file? If yes, you can try to create another .htaccess file in generator/ folder with one line:
Code: [Select]
RewriteEngine off
Re: how to pass htaccess?
« Reply #2 on: July 24, 2010, 11:01:07 AM »
Thanks, it works  ;D