Stylesheet does not load after using RewriteRule and include

前端 未结 2 690
盖世英雄少女心
盖世英雄少女心 2020-12-22 12:15

I have a website that has an index.php, a few simple .html pages and one .php page (contact form) as well as a .htaccess file. On my website I have buttons that point to the

2条回答
  •  粉色の甜心
    2020-12-22 12:48

    You might be including it with a relative path? When your'e using ./ you are trying to include something from the new (non excistent?) /welcome dir.

    Try to include your stuff trough the complete path, or use some sort of variable that tells you the real basepath.

提交回复
热议问题