A
A
Andrey Boychenko2016-04-02 22:41:53
htaccess
Andrey Boychenko, 2016-04-02 22:41:53

.htaccess file?

Good evening! I'm making a bike and ran into a problem. Pictures are not displayed and styles are not connected. When I am at

sitename.loc/

or
sitename.loc/something

then all styles work, but if the address is of the following form
sitename.loc/something/

or
sitename.loc/something/subsomething

or
sitename.loc/something/subsomething/

then the styles are no longer loaded, now the question.
How to properly configure .htaccess so that styles and images are correctly connected? Thanks for the help!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
khipster, 2016-04-02
@Ka4_Piton

Let me guess the styles are connected like this: <link rel='stylesheet' href='style.css'>? :)
Change to:<link rel='stylesheet' href='/style.css'>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question