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

Bilder sind nicht richtig verlinkt #2

Open
Merlinux-source opened this issue Jan 18, 2024 · 0 comments
Open

Bilder sind nicht richtig verlinkt #2

Merlinux-source opened this issue Jan 18, 2024 · 0 comments

Comments

@Merlinux-source
Copy link

wenn ich einen PHP server auf mache um die bootstrap version für meinen browser zu hosten, kommt nur 404 zurück wenn ein Bild geladen wird.
vlt habe ich was falsch eingestellt oder es ist so gedacht... keine Ahnung

Serverkonsole:

Screenshot from 2024-01-18 15-02-53

Browser requests:

Screenshot from 2024-01-18 14-59-08

Lösung

unter Linux sind es 2 Sed befehle (im Ordner in dem die HTML Dateien liegen ausführen):

sed -i "s/img src=\"/img src=\"\images\//g" *.html
sed -i "s/IMG SRC=\"/img src=\"\images\//g" *.html
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

1 participant