Obsolete Releases > SME 8.x Contribs

[SOLVED] phpMyAdmin installation

<< < (2/3) > >>

mealogav:
No worries.

I still can't see why  /phpMyAdmin   doesn't work ....  But at least I've got it working now!

Thanks,  Gavin

newburns:
You should change the Title to SOLVED:

mealogav:
Hmmm ... well ok - I have, but I'm not sure that it is totally solved!  It works with lower case /phpmyadmin but no one confirmed that it is not supposed to work with /phpMyAdmin and the reason why.

Anyhow as it's working maybe life's too short to worry much about it.

newburns:
Via the Apache website
http://httpd.apache.org/docs/current/mod/mod_alias.html#page-header

--- Quote ---The Alias directive allows documents to be stored in the local filesystem other than under the DocumentRoot. URLs with a (%-decoded) path beginning with URL-path will be mapped to local files beginning with directory-path. The URL-path is case-sensitive, even on case-insensitive file system
--- End quote ---

The alias is set in
--- Code: ---/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86PhpmyadminAlias
--- End code ---


--- Code: ---rpm -ql smeserver-phpmyadmin
--- End code ---
shows the location for the templates.

--- Code: ---nano /etc/e-smith/templates/etc/httpd/conf/httpd.conf/86PhpmyadminAlias
--- End code ---
to see the alias

newburns:
If you really need the capability of using any verions of /PhPMyAdMiN

Then you may want to look into the
--- Code: ---AliasMatch Syntax
--- End code ---
Also referenced in the same Apache webpage


--- Quote ---The full range of regular expression power is available. For example, it is possible to construct an alias with case-insensitive matching of the URL-path:
--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version