Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

Login Impossible #81

Open
CaMoTraX opened this issue Feb 13, 2017 · 23 comments
Open

Login Impossible #81

CaMoTraX opened this issue Feb 13, 2017 · 23 comments

Comments

@CaMoTraX
Copy link

Hey,

i tried to install the latest version of cyberworks, wich succeed.
But when i try to login, ill get a 404 error.

Headline text: http://blablabla.de/support/index ( without php or html )

@MightySCollins
Copy link
Member

Do you have a .htaccess file in your web root?

@CaMoTraX
Copy link
Author

no

@Brutusm1k
Copy link

same shit for me

@MightySCollins
Copy link
Member

What are the permissions on the root folder? Does the PHP user have write access?

@Brutusm1k
Copy link

all permissions.

@MightySCollins
Copy link
Member

If you uncomment line 3 of index.php and redo the first time setup do any errors appear?

@Brutusm1k
Copy link

Nop, i got nothing....

@John-H-Smith
Copy link

Same for me.

@MightySCollins
Copy link
Member

Hmm ok looks like quite a few of you are having a problem I will look into it now

@John-H-Smith
Copy link

Thank you very much!

@MightySCollins
Copy link
Member

What server version are you selecting 5.0.0?

@John-H-Smith
Copy link

Yes

@MightySCollins
Copy link
Member

@masterstreamer Do you mind making some changes? If you can send me an email at sam@cyberbyte.org.uk

@MightySCollins
Copy link
Member

Is anyone else here using IIS/Plesk?

@CaMoTraX
Copy link
Author

nope

@MightySCollins
Copy link
Member

If you are still having the problem send me an email. I will need some more information.

@BlutwurstPro
Copy link

Same Problem...
I use a subdomain called control to acces the Panel and apache gives me an 404 Error.
I'm sure that it is a mod_rewrite error but i'm a really big noob in mod_rewrite :/

@CaMoTraX
Copy link
Author

CaMoTraX commented Mar 3, 2017

It directs you to index without .php or .html

@aadriii87
Copy link

aadriii87 commented Apr 12, 2017

create .htaccess file (var/www/html/CyberWorks/)
Put in

1. RewriteEngine On
2. RewriteBase /html/CyberWorks/
3. RewriteCond %{REQUEST_FILENAME} !-f
4. RewriteRule . /html/CyberWorks/index.php [L]

now u can use http://blablabla.de/support/index without .php at the end ;)

@ghost
Copy link

ghost commented Apr 18, 2017

@aadriii87 with your tool it also doesn´t work. Maybe someone can help me out??
Thanks

@MightySCollins
Copy link
Member

@LorenzVonBaum do you still get the 404?
Almost all of the issues are to do with the redirect setup on the server this has been installed.

@ghost
Copy link

ghost commented Apr 21, 2017

Hello @MightySCollins ,
my problem is that when i make the setup file and i want to login nothing happens.
Thanks

@ghost
Copy link

ghost commented Apr 21, 2017

Okay i get it.

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

No branches or pull requests

6 participants