- 文章: 10
- 謝謝您收到: 0
Favicon icon無法顯示
- 張秉豐
- Topic Author
- Offline
- 新手上路
Less
More
2012-12-06 11:39 #23859
來自 張秉豐
張秉豐 created the topic: Favicon icon無法顯示
最近把公司的網站搬到hostgator,原本是自架主機。搬到hostgator後,想比照原自架主機的方式,把資料放在子資料夾上,結果行不通,之後參考了
如何用根目錄網址,省略子目錄?
修改了htaccess,就可以出現網頁,但是卻發生Favicon ico無法顯示,國外也有人出現這種情況
Favicon not showing
我的htaccess
Action application/x-hg-php53 /cgi-sys/php53
AddHandler application/x-hg-php53 .php
Options -Indexes
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
# This section must come first!
# Add trailing slash if path does not contain a period or end with a slash
RewriteCond %{REQUEST_URI} !(\.|/$)
RewriteRule (.*) http://www.domain.com/$1/ [R=301,L]
#Rewrites http://www.domain.com/subdir to http://www.domain.com/
RewriteCond %{REQUEST_URI} !^/subdir
RewriteRule ^(.*)$ subdir/$1 [L]
# Google Analytics Integration - Added by cPanel.
<IfModule mod_substitute.c>
AddOutputFilterByType SUBSTITUTE text/html
Substitute "s|(<script src='/google_analytics_auto.js'></script>)?</head>|<script src='/google_analytics_auto.js'></script></head>|i"
</IfModule>
# END Google Analytics Integration
不知道那邊有問題?
我的htaccess
Action application/x-hg-php53 /cgi-sys/php53
AddHandler application/x-hg-php53 .php
Options -Indexes
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
# This section must come first!
# Add trailing slash if path does not contain a period or end with a slash
RewriteCond %{REQUEST_URI} !(\.|/$)
RewriteRule (.*) http://www.domain.com/$1/ [R=301,L]
#Rewrites http://www.domain.com/subdir to http://www.domain.com/
RewriteCond %{REQUEST_URI} !^/subdir
RewriteRule ^(.*)$ subdir/$1 [L]
# Google Analytics Integration - Added by cPanel.
<IfModule mod_substitute.c>
AddOutputFilterByType SUBSTITUTE text/html
Substitute "s|(<script src='/google_analytics_auto.js'></script>)?</head>|<script src='/google_analytics_auto.js'></script></head>|i"
</IfModule>
# END Google Analytics Integration
不知道那邊有問題?
Please 登入 to join the conversation.
- abokuo
- Offline
- 版主
2012-12-06 14:58 #23861
來自 abokuo
我的 Joomla! 資訊網站:http://www.abokuo.com
Joomla! 書籍:Joomla! 3.x 素人架站計畫(2015.07)
abokuo replied the topic: Favicon icon無法顯示
要不要考慮裝 Phoca Favicon 試試看? http://www.phoca.cz/phocafavicon
參考文章:http://www.abokuo.com/joomla-artcles/component-articles/78-favicon-phoca-favicon.html
參考文章:http://www.abokuo.com/joomla-artcles/component-articles/78-favicon-phoca-favicon.html
我的 Joomla! 資訊網站:http://www.abokuo.com
Joomla! 書籍:Joomla! 3.x 素人架站計畫(2015.07)
Please 登入 to join the conversation.
- 張秉豐
- Topic Author
- Offline
- 新手上路
Less
More
- 文章: 10
- 謝謝您收到: 0
- Velson
- Offline
- 管理員
- 惡搞美工亂玩網頁的五年級設計師 亂玩資歷十六年
- 張秉豐
- Topic Author
- Offline
- 新手上路
Less
More
- 文章: 10
- 謝謝您收到: 0
- 張秉豐
- Topic Author
- Offline
- 新手上路
Less
More
- 文章: 10
- 謝謝您收到: 0
- Velson
- Offline
- 管理員
- 惡搞美工亂玩網頁的五年級設計師 亂玩資歷十六年