ohdang888 Posted June 13, 2010 Share Posted June 13, 2010 I have this simple line in my .htaccess file Alias /phpmyadmin /usr/share/phpmyadmin and it keeps on giving me 500 internal server errors whats wrong? Link to comment https://forums.phpfreaks.com/topic/204676-alias-problems/ Share on other sites More sharing options...
cags Posted June 18, 2010 Share Posted June 18, 2010 I don't believe Alias is supported within .htaccess files, I believe it is only available in per-server configurations. See 'Context:' under the 'Alias Directive' section of the manual... http://httpd.apache.org/docs/2.0/mod/mod_alias.html Link to comment https://forums.phpfreaks.com/topic/204676-alias-problems/#findComment-1074032 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.