murker Posted February 17, 2009 Report Share Posted February 17, 2009 Like the title says.. Ive tried all night to install 'Multi-user Webui Shell' I can access it when I go to '/webgui_shell' But not '/gui'If you can help my email is alex2k4uk[at]hotmail.com. Thanks in advanceI am running ubuntu desktop 8.04 btw, have installed apache, php and mysql.The only problem is it wont find the /gui/ address it can only find it if I type the real folder name Link to comment Share on other sites More sharing options...
Lord Alderaan Posted February 18, 2009 Report Share Posted February 18, 2009 I think Apache2 on Ubuntu is configured with a single virtual host by default. This means that the Rewrite lines have to be inserted into the VirtualHost directive.On top of that Ubuntu splits up its Apache2 configuration over multiple files (and then includes them into the main conf file). See if the file /etc/apache2/sites-available/default exists and open it in a texteditor. Look for the DocumentRoot line and place the Rewrite lines directly below it.Rewrite lines: RewriteEngine On RewriteRule ^/gui/?(.*)$ /webui_shell/index.php?shell_file=$1 [QSA] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.