Home  >  Article  >  Backend Development  >  求教一个php页面样式丢失的有关问题

求教一个php页面样式丢失的有关问题

WBOY
WBOYOriginal
2016-06-13 13:39:06955browse

求教一个php页面样式丢失的问题
手里有一个项目的源代码,但是打开后样式全部丢失了,物理路径是C:\wamp\www\source_code,css和images文件所在路径是C:\wamp\www\source_code\Public,哪位大大能告诉是哪里出问题了,感激不尽

.htaccess文件里的rewriterule是这样的:

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
# 处理 css 子目录和 images 子目录
RewriteRule ^.*/(Public/.+)$ $1 [L]


不知道有没有问题,如果错误的话希望能指出来,再次感谢

------解决方案--------------------
路径能打出来吗?还有文件名有显示吗?
.htaccess文件在C:\wamp\www\source_code中?
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn