many links broken on our dolphin site 6.1.4

many links broken on our dolphin site 6.1.4


Analysis and Log files ::Error Log
This function will display the last 300 errors for your site

File does not exist: /home/mysite/public_html/ads/entry/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/ads/entry/inc/js/functions.js
File does not exist: /home/mysite/public_html/ads/entry/inc/js/ie7_flash_fix.js
etc...
more at end

Maybe somebody know how to correct this issue?



________________________________
File: /.htaccess

RewriteEngine on
Options -MultiViews

<IfModule mod_rewrite.c>
RewriteCond %{QUERY_STRING} ^http   [OR]
RewriteCond %{QUERY_STRING} ^.+www\.  [OR]
RewriteCond %{QUERY_STRING} ^.+https  [OR]
RewriteCond %{QUERY_STRING} ^.+\.txt  [OR]
RewriteCond %{QUERY_STRING} ^.+ftp
RewriteRule .* - [L,F]
RewriteCond %{HTTP_USER_AGENT} ^libwww [OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget
RewriteRule .* - [F]

AuthUserFile "/home/mysite/.htpasswds/public_html/passwd"
AuthName "Return again"

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^portal$ http://mysite.com/cms/portal/ [R=301,L]

ErrorDocument 404 /404.php

RewriteCond %{HTTP_REFERER} !^http://mysite.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://mysite.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mysite.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mysite.com$      [NC]

RewriteCond %{HTTP_REFERER} !^http://subdomain.mysite.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://subdomain.mysite.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.subdomain.mysite.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.subdomain.mysite.com$      [NC]

RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

RewriteRule ^articles/{0,1}$   articles.php [QSA,L]
RewriteRule ^articles/entry/([^/.]+)/{0,1}$   articles.php?action=viewarticle&articleUri=$1 [QSA,L]
RewriteRule ^articles/entry/{0,1}$   articles.php?action=viewarticle&articleUri=$1 [QSA,L]
RewriteRule ^articles/category/([^/.]+)/{0,1}$   articles.php?action=viewcategory&articleCatUri=$1 [QSA,L]

RewriteRule ^news/{0,1}$  news.php [QSA,L]
RewriteRule ^news/([^/.]+)/{0,1}$  news.php?newsUri=$1 [QSA,L]

RewriteRule ^blogs/{0,1}$   blogs.php [QSA,L]
RewriteRule ^blogs/all/([0-9]+)/([0-9]+)/{0,1}$  blogs.php?page=$2&per_page=$1  [QSA,L]
RewriteRule ^blogs/top/{0,1}$   blogs.php?action=top_blogs [QSA,L]
RewriteRule ^blogs/top/([0-9]+)/([0-9]+)/{0,1}$   blogs.php?action=top_blogs&page=$2&per_page=$1 [QSA,L]
RewriteRule ^blogs/top_posts/{0,1}$   blogs.php?action=top_posts [QSA,L]
RewriteRule ^blogs/tag/([^/.]+)/{0,1}$   blogs.php?action=search_by_tag&tagKey=$1 [QSA,L]
RewriteRule ^blogs/tag/{0,1}$   blogs.php?action=search_by_tag&tagKey= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/tag/([^/.]+)/{0,1}$   blogs.php?action=search_by_tag&tagKey=$2&ownerName=$1 [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/{0,1}$   blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2 [QSA,L]
RewriteRule ^blogs/entry/([^/.]+)/{0,1}$   blogs.php?action=show_member_post&postUri=$1 [QSA,L]
RewriteRule ^blogs/entry/{0,1}$    blogs.php?action=show_member_post&postUri= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/{0,1}$   blogs.php?action=show_member_blog&ownerName=$1 [QSA,L]
RewriteRule ^blogs/posts/{0,1}$   blogs.php?action=show_member_blog&ownerName= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   blogs.php?action=show_member_blog&ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2&page=$4&per_page=$3 [QSA,L]

RewriteRule ^events/{0,1}$  events.php?show_events=all&action=show [QSA,L]
RewriteRule ^events/all/([0-9]+)/([0-9]+)/{0,1}$  events.php?show_events=all&action=show&page=$2&per_page=$1  [QSA,L]
RewriteRule ^events/part/{0,1}$  events.php?show_events=all&action=show [QSA,L]
RewriteRule ^events/search/{0,1}$  events.php?action=search [QSA,L]
RewriteRule ^events/search/([^/.]+)/{0,1}$  events.php?action=search_by_tag&tagKey=$1 [QSA,L]
RewriteRule ^events/my/{0,1}$  events.php?action=show&show_events=my [QSA,L]
RewriteRule ^events/new/{0,1}$  events.php?action=new [QSA,L]
RewriteRule ^events/entry/([^/.]+)/{0,1}$  events.php?action=show_info&eventUri=$1 [QSA,L]
RewriteRule ^events/part/([^/.]+)/{0,1}$  events.php?action=show_part&eventUri=$1 [QSA,L]

RewriteRule ^ads/{0,1}$  classifieds.php?Browse=1 [QSA,L]
RewriteRule ^ads/search/{0,1}$  classifieds.php?SearchForm=1 [QSA,L]
RewriteRule ^ads/my/{0,1}$  classifiedsmy.php?MyAds=1 [QSA,L]
RewriteRule ^ads/new/{0,1}$  classifiedsmy.php?PostAd=1 [QSA,L]
RewriteRule ^ads/cat/([^/.]+)/{0,1}$  classifieds.php?catUri=$1 [QSA,L]
RewriteRule ^ads/all/cat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  classifieds.php?catUri=$3&page=$2&per_page=$1 [QSA,L]
RewriteRule ^ads/subcat/([^/.]+)/{0,1}$  classifieds.php?scatUri=$1 [QSA,L]
RewriteRule ^ads/all/subcat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  classifieds.php?scatUri=$3&page=$2&per_page=$1 [QSA,L]
RewriteRule ^ads/entry/([^/.]+)/{0,1}$  classifieds.php?entryUri=$1 [QSA,L]
RewriteRule ^ads/tag/([^/.]+)/{0,1}$  classifieds_tags.php?tag=$1 [QSA,L]

RewriteRule ^photo/all/([0-9]+)/([0-9]+)/{0,1}$   browsePhoto.php?page=$2&per_page=$1 [QSA,L]
RewriteRule ^photo/gallery_top/{0,1}$  browsePhoto.php?rate=top [QSA,L]
RewriteRule ^photo/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browsePhoto.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^photo/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browsePhoto.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^photo/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$  browsePhoto.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^photo/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/$  browsePhoto.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^photo/gallery_tag/([^/.]+)/{0,1}$  browsePhoto.php?tag=$1 [QSA,L]
RewriteRule ^photo/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)$  browsePhoto.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^photo/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)/$  browsePhoto.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^photo/gallery/all/([^/.]+)/{0,1}$  browsePhoto.php?ownerName=$1 [QSA,L]
RewriteRule ^photo/gallery/([^/.]+)/{0,1}$  viewPhoto.php?fileUri=$1 [QSA,L]
RewriteRule ^photo/gallery/{0,1}$  viewPhoto.php?fileUri=$1 [QSA,L]

RewriteRule ^music/all/([0-9]+)/([0-9]+)/{0,1}$  browseMusic.php?page=$2&per_page=$1 [QSA,L]
RewriteRule ^music/gallery_top/{0,1}$  browseMusic.php?rate=top [QSA,L]
RewriteRule ^music/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browseMusic.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^music/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browseMusic.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^music/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$  browseMusic.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^music/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/$  browseMusic.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^music/gallery_tag/([^/.]+)/{0,1}$  browseMusic.php?tag=$1 [QSA,L]
RewriteRule ^music/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)$  browseMusic.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^music/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)/$  browseMusic.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^music/gallery/all/([^/.]+)/{0,1}$  browseMusic.php?ownerName=$1 [QSA,L]
RewriteRule ^music/gallery/([^/.]+)/{0,1}$  viewMusic.php?fileUri=$1 [QSA,L]
RewriteRule ^music/gallery/{0,1}$  viewMusic.php?fileUri=$1 [QSA,L]

RewriteRule ^video/all/([0-9]+)/([0-9]+)/{0,1}$  browseVideo.php?page=$2&per_page=$1 [QSA,L]
RewriteRule ^video/gallery_top/{0,1}$  browseVideo.php?rate=top [QSA,L]
RewriteRule ^video/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browseVideo.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^video/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browseVideo.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^video/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$  browseVideo.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^video/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/$  browseVideo.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^video/gallery_tag/([^/.]+)/{0,1}$  browseVideo.php?tag=$1 [QSA,L]
RewriteRule ^video/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)$  browseVideo.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^video/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)/$  browseVideo.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^video/gallery/all/([^/.]+)/{0,1}$  browseVideo.php?ownerName=$1 [QSA,L]
RewriteRule ^video/gallery/([^/.]+)/{0,1}$  viewVideo.php?fileUri=$1 [QSA,L]
RewriteRule ^video/gallery/{0,1}$  viewVideo.php?fileUri=$1 [QSA,L]

RewriteRule ^groups/all/{0,1}$ grp.php [QSA,L]
RewriteRule ^groups/entry/([^/.]+)/{0,1}$    grp.php?action=group&groupUri=$1    [QSA,L]
RewriteRule ^groups/category/([^/.]+)/{0,1}$        grp.php?action=categ&categUri=$1    [QSA,L]
RewriteRule ^groups/keyword/([^/.]+)/{0,1}$        grp.php?action=categ&keyword=$1    [QSA,L]

RewriteRule ^search/tag/([^/.]+)/{0,1}$  search.php?Tags=$1 [QSA,L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$1 [QSA,L]

php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value output_buffering on
php_value max_execution_time 1000
php_value max_input_time 1000

<Files *>
order deny,allow
</Files>

<Files .htaccess>
deny from all
</Files>
_____________________________________________

Some 300 errors

Directory index forbidden by rule: /home/mysite/public_html/media/images/profile_bg/
File does not exist: /home/mysite/public_html/ads/entry/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/ads/entry/inc/js/functions.js
File does not exist: /home/mysite/public_html/ads/entry/inc/js/ie7_flash_fix.js
File does not exist: /home/mysite/public_html/ads/entry/inc/js/jquery.dolRSSFeed.js
File does not exist: /home/mysite/public_html/ads/entry/inc/js/jquery.dolTopMenu.js
File does not exist: /home/mysite/public_html/ads/entry/plugins/jquery/jquery.jfeed.js
File does not exist: /home/mysite/public_html/ads/entry/plugins/jquery/jquery.js
File does not exist: /home/mysite/public_html/ads/entry/templates/tmpl_uni/css/anchor.css
File does not exist: /home/mysite/public_html/ads/entry/templates/tmpl_uni/css/general.css
File does not exist: /home/mysite/public_html/ads/subcat/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/ads/subcat/inc/js/functions.js
File does not exist: /home/mysite/public_html/ads/subcat/inc/js/ie7_flash_fix.js
File does not exist: /home/mysite/public_html/ads/subcat/inc/js/jquery.dolRSSFeed.js
File does not exist: /home/mysite/public_html/ads/subcat/inc/js/jquery.dolTopMenu.js
File does not exist: /home/mysite/public_html/ads/subcat/plugins/jquery/jquery.jfeed.js
File does not exist: /home/mysite/public_html/ads/subcat/plugins/jquery/jquery.js
File does not exist: /home/mysite/public_html/ads/subcat/templates/tmpl_uni/css/anchor.css
File does not exist: /home/mysite/public_html/ads/subcat/templates/tmpl_uni/css/general.css
File does not exist: /home/mysite/public_html/articles/category/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/articles/category/inc/js/functions.js
File does not exist: /home/mysite/public_html/articles/category/inc/js/ie7_flash_fix.js
File does not exist: /home/mysite/public_html/articles/category/inc/js/jquery.dolRSSFeed.js
File does not exist: /home/mysite/public_html/articles/category/inc/js/jquery.dolTopMenu.js
File does not exist: /home/mysite/public_html/articles/category/plugins/jquery/jquery.jfeed.js
File does not exist: /home/mysite/public_html/articles/category/plugins/jquery/jquery.js
File does not exist: /home/mysite/public_html/articles/category/templates/tmpl_uni/css/anchor.css
File does not exist: /home/mysite/public_html/articles/category/templates/tmpl_uni/css/general.css
File does not exist: /home/mysite/public_html/groups/category/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/groups/category/inc/js/functions.js
File does not exist: /home/mysite/public_html/groups/category/inc/js/ie7_flash_fix.js
File does not exist: /home/mysite/public_html/groups/category/inc/js/jquery.dolRSSFeed.js
File does not exist: /home/mysite/public_html/groups/category/inc/js/jquery.dolTopMenu.js
File does not exist: /home/mysite/public_html/groups/category/plugins/jquery/jquery.jfeed.js
File does not exist: /home/mysite/public_html/groups/category/plugins/jquery/jquery.js
File does not exist: /home/mysite/public_html/groups/category/templates/tmpl_uni/css/anchor.css
File does not exist: /home/mysite/public_html/groups/category/templates/tmpl_uni/css/general.css
File does not exist: /home/mysite/public_html/groups/entry/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/groups/entry/inc/js/functions.js
File does not exist: /home/mysite/public_html/groups/entry/inc/js/ie7_flash_fix.js
File does not exist: /home/mysite/public_html/groups/entry/inc/js/jquery.dolRSSFeed.js
File does not exist: /home/mysite/public_html/groups/entry/inc/js/jquery.dolTopMenu.js
File does not exist: /home/mysite/public_html/groups/entry/plugins/jquery/jquery.jfeed.js
File does not exist: /home/mysite/public_html/groups/entry/plugins/jquery/jquery.js
File does not exist: /home/mysite/public_html/groups/entry/templates/tmpl_uni/css/anchor.css
File does not exist: /home/mysite/public_html/groups/entry/templates/tmpl_uni/css/general.css
File does not exist: /home/mysite/public_html/groups/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/groups/inc/js/functions.js
File does not exist: /home/mysite/public_html/groups/inc/js/ie7_flash_fix.js
File does not exist: /home/mysite/public_html/groups/inc/js/jquery.dolRSSFeed.js
File does not exist: /home/mysite/public_html/groups/inc/js/jquery.dolTopMenu.js
File does not exist: /home/mysite/public_html/groups/plugins/jquery/jquery.jfeed.js
File does not exist: /home/mysite/public_html/groups/plugins/jquery/jquery.js
File does not exist: /home/mysite/public_html/groups/templates/tmpl_uni/css/anchor.css
File does not exist: /home/mysite/public_html/groups/templates/tmpl_uni/css/general.css
File does not exist: /home/mysite/public_html/media/images/profile/3467/photo_1215220567.jpg
File does not exist: /home/mysite/public_html/media/images/sharingImages/137_m.jpg
File does not exist: /home/mysite/public_html/media/images/sharingImages/138_m.jpg
File does not exist: /home/mysite/public_html/media/images/sharingImages/142_m.jpg
File does not exist: /home/mysite/public_html/media/images/sharingImages/147_m.jpg
File does not exist: /home/mysite/public_html/media/images/sharingImages/183_m.jpg
File does not exist: /home/mysite/public_html/media/images/sharingImages/184_m.jpg
File does not exist: /home/mysite/public_html/media/images/sharingImages/185_m.jpg
File does not exist: /home/mysite/public_html/media/images/sharingImages/187_m.jpg
File does not exist: /home/mysite/public_html/media/images/sharingImages/192_m.jpg
File does not exist: /home/mysite/public_html/media/images/sharingImages/196_m.jpg
File does not exist: /home/mysite/public_html/media/images/sharingImages/197_m.jpg
File does not exist: /home/mysite/public_html/media/images/sharingImages/199_m.jpg
File does not exist: /home/mysite/public_html/music/all/10/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/music/all/10/inc/js/functions.js
File does not exist: /home/mysite/public_html/music/all/10/inc/js/ie7_flash_fix.js
File does not exist: /home/mysite/public_html/music/all/10/inc/js/jquery.dolRSSFeed.js
File does not exist: /home/mysite/public_html/music/all/10/inc/js/jquery.dolTopMenu.js
File does not exist: /home/mysite/public_html/music/all/10/plugins/jquery/jquery.jfeed.js
File does not exist: /home/mysite/public_html/music/all/10/plugins/jquery/jquery.js
File does not exist: /home/mysite/public_html/music/all/10/templates/tmpl_uni/css/anchor.css
File does not exist: /home/mysite/public_html/music/all/10/templates/tmpl_uni/css/general.css
File does not exist: /home/mysite/public_html/music/gallery/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/music/gallery/inc/js/functions.js
File does not exist: /home/mysite/public_html/music/gallery/inc/js/ie7_flash_fix.js
File does not exist: /home/mysite/public_html/music/gallery/inc/js/jquery.dolRSSFeed.js
File does not exist: /home/mysite/public_html/music/gallery/inc/js/jquery.dolTopMenu.js
File does not exist: /home/mysite/public_html/music/gallery/plugins/jquery/jquery.jfeed.js
File does not exist: /home/mysite/public_html/music/gallery/plugins/jquery/jquery.js
File does not exist: /home/mysite/public_html/music/gallery/templates/tmpl_uni/css/anchor.css
File does not exist: /home/mysite/public_html/music/gallery/templates/tmpl_uni/css/general.css
File does not exist: /home/mysite/public_html/photo/all/10/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/photo/all/10/inc/js/functions.js
File does not exist: /home/mysite/public_html/photo/all/10/inc/js/ie7_flash_fix.js
File does not exist: /home/mysite/public_html/photo/all/10/inc/js/jquery.dolRSSFeed.js
File does not exist: /home/mysite/public_html/photo/all/10/inc/js/jquery.dolTopMenu.js
File does not exist: /home/mysite/public_html/photo/all/10/plugins/jquery/jquery.jfeed.js
File does not exist: /home/mysite/public_html/photo/all/10/plugins/jquery/jquery.js
File does not exist: /home/mysite/public_html/photo/all/10/templates/tmpl_uni/css/anchor.css
File does not exist: /home/mysite/public_html/photo/all/10/templates/tmpl_uni/css/general.css
File does not exist: /home/mysite/public_html/photo/gallery/all/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/photo/gallery/all/inc/js/functions.js
File does not exist: /home/mysite/public_html/photo/gallery/all/inc/js/ie7_flash_fix.js
File does not exist: /home/mysite/public_html/photo/gallery/all/inc/js/jquery.dolRSSFeed.js
File does not exist: /home/mysite/public_html/photo/gallery/all/inc/js/jquery.dolTopMenu.js
File does not exist: /home/mysite/public_html/photo/gallery/all/plugins/jquery/jquery.jfeed.js
File does not exist: /home/mysite/public_html/photo/gallery/all/plugins/jquery/jquery.js
File does not exist: /home/mysite/public_html/photo/gallery/all/templates/tmpl_uni/css/anchor.css
File does not exist: /home/mysite/public_html/photo/gallery/all/templates/tmpl_uni/css/general.css
File does not exist: /home/mysite/public_html/photo/gallery/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/photo/gallery/inc/js/functions.js
File does not exist: /home/mysite/public_html/photo/gallery/inc/js/ie7_flash_fix.js
File does not exist: /home/mysite/public_html/photo/gallery/inc/js/jquery.dolRSSFeed.js
File does not exist: /home/mysite/public_html/photo/gallery/inc/js/jquery.dolTopMenu.js
File does not exist: /home/mysite/public_html/photo/gallery/plugins/jquery/jquery.jfeed.js
File does not exist: /home/mysite/public_html/photo/gallery/plugins/jquery/jquery.js
File does not exist: /home/mysite/public_html/photo/gallery/templates/tmpl_uni/css/anchor.css
File does not exist: /home/mysite/public_html/photo/gallery/templates/tmpl_uni/css/general.css
File does not exist: /home/mysite/public_html/photo/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/photo/inc/js/functions.js
File does not exist: /home/mysite/public_html/photo/inc/js/ie7_flash_fix.js
File does not exist: /home/mysite/public_html/photo/inc/js/jquery.dolRSSFeed.js
File does not exist: /home/mysite/public_html/photo/inc/js/jquery.dolTopMenu.js
File does not exist: /home/mysite/public_html/photo/plugins/jquery/jquery.jfeed.js
File does not exist: /home/mysite/public_html/photo/plugins/jquery/jquery.js
File does not exist: /home/mysite/public_html/video/all/10/inc/js/classes/BxDolVoting.js
File does not exist: /home/mysite/public_html/video/all/10/inc/js/functions.js
File does not exist: /home/mysite/public_html/video/all/10/inc/js/ie7_flash_fix.js
File does not exist: /home/mysite/public_html/video/all/10/inc/js/jquery.dolRSSFeed.js
File does not exist: /home/mysite/public_html/video/all/10/inc/js/jquery.dolTopMenu.js
File does not exist: /home/mysite/public_html/video/all/10/plugins/jquery/jquery.jfeed.js
File does not exist: /home/mysite/public_html/video/all/10/plugins/jquery/jquery.js
File does not exist: /home/mysite/public_html/video/all/10/templates/tmpl_uni/css/anchor.css
File does not exist: /home/mysite/public_html/video/all/10/templates/tmpl_uni/css/general.css
_________________________________________

Quote · 11 Sep 2008

How is your web server configured?

The .htaccess file works if you web server is configured for listening on the standard http port (80) and that your web directives are sufficiently configured.

Are you using apache/lighttpd?  Are you using a Virtual Host?

You will need to let  people know your configuration and the environment you are running dolphin in rather then provide a bunch of errors if you would like someone to help.

Quote · 11 Sep 2008

Shorten your original post to a few example entries  .....
all that is just not needed  ..... 
it's redundant  ..... 

The short version is your rewrite rules are not working  ..... 

Try this, add "RewriteBase /" (without quotes) to the top of your /.htaccess file

Also add the following one at a time (trial and error)

"RewriteEngine on" (without quotes)
"Options +FollowSymLinks" (without quotes)

If that fails, rename your .htaccessORG and upload a fresh copy from the zip file to test  ..... 
.

Quote · 11 Sep 2008

You got a lot in there. Some could have been added for other things and such. Some I'm not sure why they are there or what they do but here are a couple of things. And obviously mod_rewrite must be enable by the host to take advantage of it.

RewriteEngine on
Options -MultiViews

Usually you find it switched around like:
Options -MultiViews
RewriteEngine on

This first part you might try it more like:
Options -MultiViews
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{QUERY_STRING} ^http   [OR]
RewriteCond %{QUERY_STRING} ^.+www\.  [OR]
RewriteCond %{QUERY_STRING} ^.+https  [OR]
RewriteCond %{QUERY_STRING} ^.+\.txt  [OR]
RewriteCond %{QUERY_STRING} ^.+ftp
RewriteRule .* - [L,F]
RewriteCond %{HTTP_USER_AGENT} ^libwww [OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget
RewriteRule .* - [F]

RewriteRule ^articles/{0,1}$   articles.php [QSA,L]

etc...etc....

Good idea to have a closing to the ifmodule after rewrites too like:
</IfModule>


This part I'm not sure why it is there or exactally what it is doing:
AuthUserFile "/home/mysite/.htpasswds/public_html/passwd"
AuthName "Return again"

I am guessing you have a directory password protected within your site somewhere that this is referring to.



Same with this one, not sure what if it is for something eles or other script within your account or what:
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^portal$ http://mysite.com/cms/portal/ [R=301,L]



Then you also have these which look to be related to hotlink protection maybe you set up:
RewriteCond %{HTTP_REFERER} !^http://mysite.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://mysite.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mysite.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mysite.com$      [NC]

RewriteCond %{HTTP_REFERER} !^http://subdomain.mysite.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://subdomain.mysite.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.subdomain.mysite.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.subdomain.mysite.com$      [NC]

RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]




This one I don't think even needs to be here:
<Files *>
order deny,allow
</Files>

It's seems like it is doing nothing because there is nothing following deny, allow. Normally on the next line you would have deny from or avoe it in the files * area you would have specific file or extension you wanted to deny.

Either you are denying something you didn't mean to, it's getting confused, and possibly some of your rules and conditions are not in the proper order. You might be sort of over lapping by saying don't do this, or don't allow this, but go ahead and allow this, but then again wait a minute don't do this one either. So it can be a matter of order.

.htaccess is extremely touchy. You can cause a big 500 error if not coded right. If something is out of order and one over-rides or contradicts one another there is a good chance that it wont even do what it was intended to do.

I would try to clean up the code and get is sorted more.

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 11 Sep 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.