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

extra ':' in URL after 'localhost' #29

Open
folkfreund opened this issue Sep 17, 2015 · 3 comments
Open

extra ':' in URL after 'localhost' #29

folkfreund opened this issue Sep 17, 2015 · 3 comments

Comments

@folkfreund
Copy link

I have a problem using helium in localhost installation.

Any hint what I'm doing wrong? Or is this an error?

@geuis
Copy link
Owner

geuis commented Sep 18, 2015

Can you try the page list as fully qualified urls and report back?

E.g:
http://localhost/vhosts/mypage/index.php/kalender.html
http://localhost/vhosts/mypage/index.php/terminvorschlag.html

@folkfreund
Copy link
Author

Same as before.
This is a portion of the normal page source:
<base href="http://localhost/vhosts/mypage/">
<meta name="robots" content="index,follow">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="generator" content="Contao Open Source CMS">
<link rel="stylesheet" href="assets/css/4cc5c0fd7986.css">

When running helium, the browser correctly displays the configured pages but then reports the error.
The correct location of the CSS should be
http://localhost/vhosts/mypage/assets/css/4cc5c0fd7986.css
So: it is not only the additional ':'.
I also tried to put "RewriteBase vhosts/mypage/" in my .htaccess, but this didn't help either.

Ah, sorry for the typo in my first post. I wanted to replace 'folkfreun.de' by 'mypage'.

@geuis
Copy link
Owner

geuis commented Sep 18, 2015

Hmm. I suspect its because you're using . Helium expects href's to be full or absolute.

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

No branches or pull requests

2 participants