| Author |
Message |
blagi
knows MySQLDumper

Joined: 22 Jul 2011
Posts: 5

|
Posted:
2011-07-22, 12:04 MySQLDumper and Codeigniter |
  |
Hi,
I'd like to use mysqldumper at my CodeIgniter application. I uploaded it in /msd directory, added in .htaccess:
RewriteCond $1 !^(index\.php|img|msd)
I started:
mydomain.hr/msd and installation was started. After that i tried configuration, but 404 error occured.
link is:
http://mydomain.hr/msd/config_overview.php
How to allow execution of mysqldumper menu items (msd/*.phps)?
Any help?
|
|
  |
 |
Anzeigen
|
Posted:
Anzeigen |
 |
|
| |
 |
DSB
Developer


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

|
Posted:
2011-07-22, 22:13 (No subject) |
  |
Simply add
RewriteEngine Off
to the .htaccess in the directory of MySQLDumper.
_________________ 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.
|
|
    |
 |
blagi
knows MySQLDumper

Joined: 22 Jul 2011
Posts: 5

|
Posted:
2011-07-25, 08:44 (No subject) |
  |
« DSB » wrote: Simply add
RewriteEngine Off
to the .htaccess in the directory of MySQLDumper.
Doesn't help. And it allready was there:
<IfModule mod_rewrite.c>
RewriteEngine off
</IfModule>
Removing <if lines does't help.
And, today I cannot start any part mysqldumper!?
|
|
  |
 |
DSB
Developer


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

|
Posted:
2011-07-25, 13:18 (No subject) |
  |
Well, I can't know your setup.
You simply have to take care that urls are not rewritten inside your MySQLDumper-Directory. The rewriting is not caused by MySQLDumper, so this isn't an issue we can solve.
Maybe you should ask in a CodeIgniter forum or place MySQLDumper outside the other app's directory.
_________________ 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.
|
|
    |
 |
Jens_K
Moderator

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

|
Posted:
2011-07-25, 15:51 (No subject) |
  |
|
   |
 |
blagi
knows MySQLDumper

Joined: 22 Jul 2011
Posts: 5

|
Posted:
2011-07-25, 16:42 (No subject) |
  |
« DSB » wrote: Well, I can't know your setup.
You simply have to take care that urls are not rewritten inside your MySQLDumper-Directory. The rewriting is not caused by MySQLDumper, so this isn't an issue we can solve.
Maybe you should ask in a CodeIgniter forum or place MySQLDumper outside the other app's directory.
Acctually error code isn't 404 but 401. Looks like I have a problem with access to Mysqldumper. How to log on? Entering with with http://username:pass/... but still 401 arises?
|
|
  |
 |
blagi
knows MySQLDumper

Joined: 22 Jul 2011
Posts: 5

|
Posted:
2011-07-25, 16:43 (No subject) |
  |
« Jens_K » wrote: Can you use MySQLDumper with a subdomain like http://mysqldumper.mysite.tld ?
The directory that subdomain points to should be outside your normal webroot ...
It's not so easy for me, but I'll try to configure subdomain.
|
|
  |
 |
blagi
knows MySQLDumper

Joined: 22 Jul 2011
Posts: 5

|
Posted:
2011-07-25, 17:00 (No subject) |
  |
« blagi » wrote: « Jens_K » wrote: Can you use MySQLDumper with a subdomain like http://mysqldumper.mysite.tld ?
The directory that subdomain points to should be outside your normal webroot ...
It's not so easy for me, but I'll try to configure subdomain.
It was easy!
And it works started from subdomain.
Thanks for nice support.
|
|
  |
 |
Jens_K
Moderator

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

|
Posted:
2011-07-25, 22:59 (No subject) |
  |
|
   |
 |
|
|