Home › Forums › Back End › .htaccess custom url with php › Re: .htaccess custom url with php
April 17, 2013 at 11:09 pm
#132241
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 :)