CSS not loading after redirect with htaccess rewrite rule

前端 未结 12 2258
自闭症患者
自闭症患者 2020-12-03 05:18

I have the following Short-hand for a user profile url

RewriteRule ^(\\w+)/?$ ./profile.php?name_of_user=$1

The site is styled with the app

12条回答
  •  -上瘾入骨i
    2020-12-03 06:03

    The easiest way is to use , and this should be soon after the opening HTML head tag. Site url needs to start with http or https; if you are on localhost then use http, for example

    http://localhost/road/ 
    

提交回复
热议问题