Subject | RE: [IBO] Please test a URL tracker.ibobjects.com for me. |
---|---|
Author | Hans |
Post date | 2013-05-07T20:31:54Z |
Hi Jason,
A hidden file /var/www/.htaccess containing something
like the following, seems to be quite effective
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule (.*\.(png|gif|jpg|jpeg|js|css|swf))$
webroot/img_handler.php?arg=$1 [L]
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
# disable directory browsing -IMPORTANT, do NOT remove.
Options -Indexes
# protect the htaccess file
<files .htaccess>
order allow,deny
deny from all
</files>
# disable the server signature
ServerSignature Off
# protect php.ini
<files *.ini>
order allow,deny
deny from all
</files>
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of IBO Support List
Sent: Tuesday, May 07, 2013 11:55 AM
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] Please test a URL tracker.ibobjects.com for me.
Ok, this seems to be the consistent experience of everyone.
What I need to do is configure Apache running on my Ubuntu machine to do a
redirect. Does that sound like a good solution or are there other ideas?
Thanks,
Jason
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Salvatore Besso
Sent: Tuesday, May 7, 2013 2:19 AM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] Please test a URL tracker.ibobjects.com for me.
Jason,
the URL http://tracker.ibobjects.com works for me and this page appears:
It really does work!
This is the default web page for this server.
The web server software is running but no content has been added,
yet.
The URL http://tracker.ibobjects.com/mantis/main_page.php works also and the
Mantis page appears.
The URL http://tracker.ibobjects.com/mantis seems to be not working; nothing
appears and it goes in time-out.
Regards
Salvatore
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Yahoo! Groups Links
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Yahoo! Groups Links
A hidden file /var/www/.htaccess containing something
like the following, seems to be quite effective
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule (.*\.(png|gif|jpg|jpeg|js|css|swf))$
webroot/img_handler.php?arg=$1 [L]
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
# disable directory browsing -IMPORTANT, do NOT remove.
Options -Indexes
# protect the htaccess file
<files .htaccess>
order allow,deny
deny from all
</files>
# disable the server signature
ServerSignature Off
# protect php.ini
<files *.ini>
order allow,deny
deny from all
</files>
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of IBO Support List
Sent: Tuesday, May 07, 2013 11:55 AM
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] Please test a URL tracker.ibobjects.com for me.
Ok, this seems to be the consistent experience of everyone.
What I need to do is configure Apache running on my Ubuntu machine to do a
redirect. Does that sound like a good solution or are there other ideas?
Thanks,
Jason
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Salvatore Besso
Sent: Tuesday, May 7, 2013 2:19 AM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] Please test a URL tracker.ibobjects.com for me.
Jason,
the URL http://tracker.ibobjects.com works for me and this page appears:
It really does work!
This is the default web page for this server.
The web server software is running but no content has been added,
yet.
The URL http://tracker.ibobjects.com/mantis/main_page.php works also and the
Mantis page appears.
The URL http://tracker.ibobjects.com/mantis seems to be not working; nothing
appears and it goes in time-out.
Regards
Salvatore
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Yahoo! Groups Links
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Yahoo! Groups Links