Jump to content

MSUK1

Members
  • Posts

    188
  • Joined

  • Last visited

Everything posted by MSUK1

  1. with your method im finding a problem, this happens, http://msukgroup.co/Contact nothing now loads? however if you goto http://www.msukgroup.co/Contact/?send=Y it loads
  2. sorry guys, if their was an error, i would return as ?sent=error but (using jcbones method) ?sent=ANYTHING returns the success code how could i add a seperate
  3. thankyou very much guys learning more everyday!
  4. so a user fills out a form, data gets sent to send.php then if successful redirects back to index.php, how on that index.php can i get it to say, sent successfully?
  5. Would this mean that if somebody went to a subdimain sub1.mydomain.com it would redirect to www.sub1.... Cause www before a sub Doestnt work on my server
  6. also what is all of this thats already in my .htaccess file # -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 msukgroup.co AuthUserFile /home/msuk/public_html/_vti_pvt/service.pwd AuthGroupFile /home/msuk/public_html/_vti_pvt/service.grp i then edited my ht to this: and it doesnt work :/ # -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 msukgroup.co AuthUserFile /home/msuk/public_html/_vti_pvt/service.pwd AuthGroupFile /home/msuk/public_html/_vti_pvt/service.grp RewriteEngine on RewriteCond %{HTTP_HOST} !^www.msukgroup.co [NC] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^/(.*) http://www.msukgroup.co/$1 [R,L]
  7. what does the $1 at the end of mydomain.com do?
  8. thankyou, speaking of SEO one site is performing badley despite the relevant content, backlinks, links to the site and all other factors of the site :/
  9. then everytime the user loads the page they will keep getting redirected no?
  10. okay, any idea what i should add to my .hta i looked into adding a 301 permanent redirect on domain.com to www.domain.com but that doesnt seem like the official method to me, doesnt seem right? and i dont think that will help with seo
  11. ive never really learnt how to use css to position divs, maybe i should? but i feel comfterble laying things out in tables?
  12. maybe a silly question, but when somebody visits my site i.e. domain.com i want it to redirect them to www.domain.com example can be seen @ facebook.com
  13. how does css enable better seo over tables like whats the difference?
  14. I don't want the tables I just want the data to display it on my site. Google shopping works by google base Vendors upload XML sheets of their products and google displays it I want that data to use on a Econmerce site
  15. norton detects a virus when accessing the bacsdemo.com site
  16. yup :] i think this post should be put somewhere special? it took me days to find such a simple solution
  17. thanks guys, gzip compression how would this work on a fully home coded site?
  18. hello, here is my plan, somebody searches "playstation" on my site. and i want to use this list http://www.google.co.uk/products?q=playstation+3&hl=en&scoring=p&brand=sony&cat=1294&price1=200.00&price2=350.00&lnk=prsugg&show=dd or any other term say "nintendo DS" to insert into a database and then display the results on my site. is this possible?
  19. ---- TO SOLVE ---- within the <head> tagsv replace: <meta http-equiv="content-type" content="text/html" /> with <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> and you can see the difference. this will solve it, courtesy of www.msukgroup.co
  20. thanks for your review, do you have any suggestions on preloaders as im using sharepoints one at the moment
  21. www.missfrankuk.com www.matt-cardle.co.uk www.mattsolomon.co.uk [comment on intial layout site not complete] thanks!
  22. ive changed it to, us/western european (iso) still any idea why it does this for one page and not another? EDIT: i change it to any other encoding language click okay and when i open site settings again, it goes back to unicode-8 there is something strange going on, have you looked at the site, visit: www.matt-cardle.co.uk then click on Home, those pages are identical doesnt make sense for one and not the other :/
  23. ok so ive read i should change the language at which im writing in, site settings -> language. but what do i change it too? this one post said ANYTHING BUT UTF-8 can i be completly honest and say, i have NO idea what the difference is, what visual changes any UTF formats make or how all of a sudden the next time i upload my site it has the BOM included
  24. as this is new and ive not come accross it before, here is the head of the file.. im using sharepoint it doesnt usualy insert the BOM chareceters or hasnt done before and as you can see www.matt-cardle.co.uk/ NOT BOM and /Home BOM.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> <head> <meta http-equiv="Content-Language" content="en-gb" /> <title>Matt Cardle | X Factor Official Site</title> <meta name="description" content="27-year-old Matt Cardle Official Website. Sign the guestbook. List. Watch and support Matt Cardle from X Factor 2010" /> <meta name="keywords" content="Matt, Cardle, X Factor, Official, Music, Youtube, Videos, Audition, Bootcamp, Live Shows, Syco, SycoTV, Modest, Model, Actor, Singer, Dancer, 2010" /> <meta name="robots" content="index,follow" /> <link rel="shortcut icon" href="http://matt-cardle.co.uk/favicon.ico" /> <link type="text/css" rel="stylesheet" href="../style/style.css" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-16806414-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <style type="text/css"> .style1 { background-color: #A5ABDA; } </style> </head>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.