Tell me, please, how can I register in .htaccess, so as not to point to each file, for example: ../../img, and just specify / img?
1 answer
You obviously need mod_rewrite.
See http://habrahabr.ru/post/83597/ , http://habrahabr.ru/post/154643/ and http://httpd.apache.org/docs/current/mod/mod_rewrite.html
|