| Author |
Message |
Glass
knows MySQLDumper

Joined: 02 Oct 2010
Posts: 5

|
Posted:
2010-10-02, 22:02 Thank you |
  |
I just registered to say thank you for the great application. Works very well, an outcome of German engineering?!
Just one suggestion - it would be great if you could help to put a htaccess file together for drupal CMS. That is the only bit I had to work a bit, though there is a partial workaround.
Once again, thanks from India!
|
|
  |
 |
Anzeigen
|
Posted:
Anzeigen |
 |
|
| |
 |
Jens_K
Moderator

Age: 37
Joined: 04 Sep 2007
Posts: 1710
Location: Nähe Bielefeld

|
Posted:
2010-10-02, 23:04 (No subject) |
  |
|
   |
 |
DSB
Developer


Age: 41
Joined: 30 Apr 2004
Posts: 16073
Location: Reichenberg bei Würzburg

|
Posted:
2010-10-02, 23:11 (No subject) |
  |
I just had the idea of inserting
RewriteEngine Off
as the first line in the .htaccess generated by MySQLDumper.
This should turn off all rewrite rules set by Drupal or other systems.
_________________ Gruß / Greetings, DSB
Teigwaren heißen Teigwaren, weil sie Teig waren.
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.
|
|
    |
 |
Glass
knows MySQLDumper

Joined: 02 Oct 2010
Posts: 5

|
Posted:
2010-10-03, 19:34 (No subject) |
  |
@DSB
Hi, I just tried that and it doesn't work.
@Jens_K
Hi, I think the most common configuration is that drupal sits directly in public_html and prevents access to all lower folders. I had put in a blank htaccess in msd folder with the line DirectoryIndex install.php to allow me to install msd.
However, this prevents msd from creating folder protection since it thinks the htaccess is already there and hence the folder is protected. Even if I manage to create another htaccess from msd, for some reason, adding the line DirectoryIndex index.php to the htaccess generated by msd does not seem to allow access to index.php either. So whenever I have to access msd config page, I need to access htaccess from web hosting control panel and then put it back after finishing.
Please do let me know if I am missing something. Thanks.
Edit: I guess there is some 401 edit that need done to prevent the page not found, but I am not sure how that is done.
|
|
  |
 |
DSB
Developer


Age: 41
Joined: 30 Apr 2004
Posts: 16073
Location: Reichenberg bei Würzburg

|
Posted:
2010-10-03, 20:29 (No subject) |
  |
So place MySQLDumper outside the drupal folders and let a subdomain point to it.
We can't fix issues that are caused by other scripts and their .htaccess files.
_________________ Gruß / Greetings, DSB
Teigwaren heißen Teigwaren, weil sie Teig waren.
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.
|
|
    |
 |
Glass
knows MySQLDumper

Joined: 02 Oct 2010
Posts: 5

|
Posted:
2010-10-04, 07:11 (No subject) |
  |
Agreed. I was only looking to see if there is an easy workaround.
Thank you.
|
|
  |
 |
|
|