Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot install to server #16

Open
anchetaWern opened this issue Aug 27, 2014 · 2 comments
Open

cannot install to server #16

anchetaWern opened this issue Aug 27, 2014 · 2 comments
Labels

Comments

@anchetaWern
Copy link

I've installed all the prerequisites mentioned in the server requirements. When I accessed the index page at http://mywebsite.com I got the 'welcome get started screen'. After I have filled out all the information its asking for I clicked on the check button in the lower right side of the screen and it redirected me to the same page but this time without any styling:

settings

I also tried putting in an .htaccess file on the root of the web directory which contains the following:

<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews
    </IfModule>

    RewriteEngine On

    # Redirect Trailing Slashes...
    RewriteRule ^(.*)/$ /$1 [L,R=301]

    # Handle Front Controller...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>

but it doesn't work either. Any ideas? Am I doing something wrong?

@rocandante
Copy link

I have the same problem: The requested URL /settings was not found on this server.
Virtual host configuration for rewrite module is:

    <Directory /var/www/mydirectory>
        AllowOverride All
    </Directory>

Server run with apache 2.4.7 and php 5.5.9 with mcrypt module installed
I didn't tried putting any .htaccess file

@jackkeller
Copy link

I get the came thing at @rocandante

The requested URL /settings was not found on this server.

Has anybody found a workaround to this? I am testing on my localhost using YouTube and a Playlist but that shouldn't be an issue.

EDIT
Figured this out to be a permission issue on the directory, the config file was not getting written.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants