-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
Bolt flat structure or help with .htaccess #3520
Comments
No ideas? :( |
@bobdenotter do you think you would be able to help me here? I am kinda lost :D. |
Hi @misteryyy i a was able to upload bolt@5 to https://www.infinityfree.com having following
in
|
@Vondry dekuju moc. Pomohlo to. Máte u mě pivo :) |
@misteryyy jsem rad, ze to pomohlo :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am trying to install bolt to the shared hosting which is not supporting /public structure.
Is there any flat structure version of version 5.0 or workaround how to make it working? :)
I have create .htaccess in a root like this:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^zdradop.cz$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.zdradop.cz$
RewriteCond %{REQUEST_URI} !^/?public/
RewriteRule (.*) /public/$1 [L]
but I am getting server internal error since while I am using also .htaccess in a public directory.
Could anyone please help me with this?
Best regards,
Josef
The text was updated successfully, but these errors were encountered: