Recent Topics

1 Jul 17, 2009 10:44    

My b2evolution Version: 2.4.6

on my site i have flash buttons - they work you call the website like this :
http://motorcyclingmadness.co.za
but they dont work when i call it like this :
http://www.motorcyclingmadness.co.za

Most users are likely to call it with the www so my website is in fact broken.
How is it best to get around this ?

2 Jul 17, 2009 11:13

Don't use flash ?

Your buttons don't work for me on either url as it happens.

¥

3 Jul 17, 2009 11:16

i need to use flash for the sound effect - surely there must be some way around this - it works fine for me in chrome and firefox - my ie isnt even updated so i cant check with that.
when tested separately the buttons work fine
this is how i call the object in the freehtml widget

<li><object width="50" height="16">
<param name="movie" value="home.swf">
<param name="allowscriptaccess" value="always">
<embed src="home.swf" width="50" height="16">
</embed>
</object></li>

4 Jul 17, 2009 11:22

Sound effects on websites are completely annoying.

It doesn't work in my FF with no-script && request policy

¥

5 Jul 17, 2009 11:26

Works at both URLS using FF3.5.1 on a Mac but I do have to say, as a lapsed motorcyclist, it's really bloody annoying.

Menu sounds went out in 1999, if not earlier.

6 Jul 17, 2009 11:34

i know this - i hate it - sounds like a wet fart to me - but it is a request and it must be this way.
anything i can do to fix it - or some other way around this ?

8 Jul 17, 2009 11:49

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName motorcyclingmadness.co.za
AuthUserFile /home/motorcyc/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/motorcyc/public_html/_vti_pvt/service.grp

that is my current .htacess file - how do i edit it to acheive the desired outcome ?

9 Jul 17, 2009 11:50

Well, it works at both URL's in Opera, Safari and FF3.5.1 on a Mac so, I think you have to ask your clients, that want farts on their menu's, what browser and OS they are using and server up an alternative script. I'm guessing these blokes are stuck with IE6 on an old Win box.

10 Jul 17, 2009 12:00

yeah - old boxes - some with new ones tho - how can i fix this ? what can i use that is global ?

11 Jul 17, 2009 12:09

okay in my cpanel i redirected www to http:// so please would some ppl check it and just post if it works.


Form is loading...