Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安装后,后台登陆页面无法加载样式 #10

Open
xiaozhu39505 opened this issue Feb 3, 2015 · 1 comment
Open

安装后,后台登陆页面无法加载样式 #10

xiaozhu39505 opened this issue Feb 3, 2015 · 1 comment

Comments

@xiaozhu39505
Copy link

登陆页面的样式href
http://127.0.0.1/ea/Public/Min/?f=/ea/Public/stylesheets/admin/base.css|/ea/Public/javascripts/admin/asyncbox/skins/default.css
无法加载,导致登陆无法登陆

@happen-zhang
Copy link
Owner

你好,请问你使用的服务器应该是nginx吧?如果是nginx的话,可以尝试添加下面的nginx配置:

location / {
    index index.php index.html;
    autoindex on;

    if (!-e $request_filename) {
        rewrite  ^/(.*)$  /index.php/$1  last;
                break;
    }
}

如果还有问题的话,可以继续给我发issue,谢谢~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants