ximarx / vlc-shares

Automatically exported from code.google.com/p/vlc-shares
0 stars 1 forks source link

index.php #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
/index.php 

What version of the product are you using? On what operating system?
0.5.4
Gentoo amd64

Please provide any additional information below.
index.php is not in / make 404 when installing

Original issue reported on code.google.com by ngoc...@gmail.com on 30 Apr 2011 at 10:22

GoogleCodeExporter commented 9 years ago
Gentoo is not supported.

Anyway you can try to configure your apache webserver for vlc-shares:

Required:
mod_rewrite
AllowOverride directive must be set to All for the vlc-shares directory.

Give a look at this file: 
https://code.google.com/p/vlc-shares/source/browse/trunk/scripts/apacheconf_ubun
tu1104.conf

Remember to fix RewriteBase directive inside .htaccess for your installation.

Original comment by ximarx@gmail.com on 30 Apr 2011 at 12:13

GoogleCodeExporter commented 9 years ago

Original comment by ximarx@gmail.com on 30 Apr 2011 at 12:14

GoogleCodeExporter commented 9 years ago
ximarx, thanks for the reply.
Got it up and running but now when I click on the Browse button I have 404.
Apache error log is showing:
[Sun May 01 11:02:02 2011] [error] [client 127.0.0.1] Negotiation: discovered 
file(s) matching request: /opt/vlc-shares/public/index (None could be 
negotiated)., referer: http://localhost/vlc-shares/manage

I have the same config as: 
https://code.google.com/p/vlc-shares/source/browse/trunk/scripts/apacheconf_ubun
tu1104.conf

RewriteBase /vlc-shares

Original comment by ngoc...@gmail.com on 1 May 2011 at 3:44

GoogleCodeExporter commented 9 years ago
Try this: http://www.webmasterworld.com/apache/3161107.htm

Original comment by ximarx@gmail.com on 1 May 2011 at 7:50