Shape 5

Joomla Templates => Sienna - Club => : staticvan February 03, 2012, 07:12:19 AM



: 404 error
: staticvan February 03, 2012, 07:12:19 AM
http://www.staticowners.co.uk/templates/sienna/css/s5_flex_menu.css
[Fri Feb 03 11:38:53 2012] [error] [client ] File does not exist: /home/stati416/public_html/404.shtml, referer: http://www.staticowners.co.uk/templates/sienna/css/s5_flex_menu.css
[Fri Feb 03 11:38:53 2012] [error] [client ] File does not exist: /home/stati416/public_html/templates/sienna/images/s5_menu_link_l.png, referer: http://www.staticowners.co.uk/templates/sienna/css/s5_flex_menu.css
[Fri Feb 03 11:38:53 2012] [error] [client ] File does not exist: /home/stati416/public_html/404.shtml, referer: http://www.staticowners.co.uk/templates/sienna/css/s5_flex_menu.css

I am using joomla 1.7.3 can someone please tell me what I have done wrong, and please point me in the direction of rectifying the problem.

ThankYou


: Re: 404 error
: mikek February 03, 2012, 08:39:05 AM
Hello,

It see that it's having a problem with one of the image names. You can try removing the background lines from these two sections of code in s5_flex_menu.css:


#s5_nav li.active .s5_level1_span1, #s5_nav li.mainMenuParentBtnFocused .s5_level1_span1, #s5_nav li:hover .s5_level1_span1 {
background:url(../images/s5_menu_link_l.png) no-repeat top left;
height:32px;
display:block;
}

#s5_nav li.active .s5_level1_span2, #s5_nav li.mainMenuParentBtnFocused .s5_level1_span2, #s5_nav li:hover .s5_level1_span2  {
background:url(../images/s5_menu_link_r.png) no-repeat top right;
height:32px;
display:block;
padding-top:6px;
}


: Re: 404 error
: staticvan February 03, 2012, 09:24:54 AM
Myhost has informed me that the problem is due to a  rewrite rule in .htaccess, which was very helpful of them as they have not provided a means of correcting this. do you have any suggestions?


: Re: 404 error
: zorroson February 03, 2012, 09:35:19 AM
Is it a default .htaccess from Joomla, or have any changes been implemented to accomplish anything specific?

If no changes have been implemented on your part, I would just re-upload the .htaccess from a fresh Joomla 1.7.3 package. Or upload the 1.7.4 security update, where I believe there is also a included a fresh htaccess.txt you can rename....


: Re: 404 error
: staticvan February 03, 2012, 03:17:16 PM
Thank you zorroson