Results 1 to 3 of 3

Thread: Requested url not found on this server

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2007
    Posts
    906

    Default

    You need to enable mod_rewrite in apache, also make sure .htaccess file provided with vshare is uploaded to your web site.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  2. #2
    Join Date
    Nov 2009
    Posts
    8

    Default

    Thanks. That led me in the proper direction. The final answer turned up on the ubuntu forums.

    This fixed it: changing the AllowOverride to all in /etc/apache2/sites-enabled/default

    <Directory /var/www/>
    Options FollowSymLinks
    AllowOverride all
    Order allow,deny
    allow from all
    </Directory>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •