Forums | Mahara Community
Support
/
browser compatibility
02 July 2012, 0:28
yes, i have 3 files phpmyadmin.conf, sqlbuddy.conf and webgrind.conf. Each of it contains
Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.5.1/"
# to give access to phpmyadmin from outside
# replace the lines
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all
#
<Directory "c:/wamp/apps/phpmyadmin3.5.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
Alias /sqlbuddy "c:/wamp/apps/sqlbuddy1.3.3/"
# to give access to sqlbuddy from outside
# replace the lines
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all
#
<Directory "c:/wamp/apps/sqlbuddy1.3.3/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
Alias /webgrind "c:/wamp/apps/webgrind1.0/"
# to give access to webgrind from outside
# replace the lines
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all
#
<Directory "c:/wamp/apps/webgrind1.0/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
02 July 2012, 17:47
Hi Raven,
Just to be certain I'm looking at the same issue as you.
You click on the "Publish a journal" link on the "Dashboard" page (when your addressbar should say something like http://portfolio.abc.com/).
This then sends you to http://portfolio/artefact/blog instead of http://postfolio.abc.com/artefact/blog ?
What happens when you go to http://portfolio.abc.com/artefact/blog directly? Does it redirect you?
Also, does it help if you set your wwwroot to have a trailing /. This is in your config.php file, it currently shows
$cfg->wwwroot = 'http://portfolio.abc.com';
change that to
$cfg->wwwroot = 'http://portfolio.abc.com/';
Also, given your apache configs, am I right that when you go to http://portfolio.abc.com/phpmyadmin/ it goes to phpmyadmin. The same with http://portfolio.abc.com/sqlbuddy/ and http://portfolio.abc.com/webgrind/. If this doesn't happen, the apache config you showed below isn't the right one for http://portfolio.abc.com
Finall, what version of mahara are you running?, you can find this in lib/version.php in your mahara directory.
Cheers,
Hugh
02 July 2012, 20:06
Hi Hugh,
Yes I can go to http://portfolio.abc.com/artefact/blog directly, before you reply I already change $cfg->wwwroot using '/' and not using '/' but still no effect. And yes I can go to http://portfolio.abc.com/phpmyadmin/ using $cfg->wwwroot using http://portfolio.abc.com/. I use mahara 1.5.1. The point is when I change $cfg->wwwroot using '/' or not using '/' the result still the same http://portfolio/artefact/blog.
Thx,
raven
04 July 2012, 7:39
hi Melissa and Hugh,
do you find a solution for my problem?can anyone help me, maybe someone that has same problem as I have.
- «Previous page
- 1
- 2
- 3
- »Next page