Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End .htaccess custom url with php Re: .htaccess custom url with php

#132241
grome
Member

i think u must add base url in front of your function location and image location.

Example : you put css like this …href=”css/main-style.css”

it should be like this …href=”http://www.yourdomain.com/css/main-style.css”

correct me if i’m wrong :)