hmmm - at least they were quick in telling you something
I guess what it comes down to is... the chances that this exam (or the corresponding coursework mark) will have an effect on your definal grade (if I'm reading the letter right)
If you think it will, and you think the coursework was crap enough that using its grade would make a difference - then sit the exam. if not - relax, you've finished.
Can I pick your brains?
trying to get the frickin syntax right for redirecting princess-jewellery.net/links/ to princess-jewellery.net/section.php?xSec=79 using htaccess.
As far as I can make out, the following should work (in the .htaccess file obviously). But it doesn't.
RewriteEngine on RewriteRule ^/links/ /section.php?xSec=79 [R]
or (tried both and various other configurations)
RewriteEngine on RewriteRule ^links/ /section.php?xSec=79 [R]
Comments 3
I guess what it comes down to is... the chances that this exam (or the corresponding coursework mark) will have an effect on your definal grade (if I'm reading the letter right)
If you think it will, and you think the coursework was crap enough that using its grade would make a difference - then sit the exam. if not - relax, you've finished.
Can I pick your brains?
trying to get the frickin syntax right for redirecting princess-jewellery.net/links/ to princess-jewellery.net/section.php?xSec=79 using htaccess.
As far as I can make out, the following should work (in the .htaccess file obviously). But it doesn't.
RewriteEngine on
RewriteRule ^/links/ /section.php?xSec=79 [R]
or (tried both and various other configurations)
RewriteEngine on
RewriteRule ^links/ /section.php?xSec=79 [R]
x
enjoy your weekend away
Reply
Redirect 301 /links/ http://princess-jewellery.net/section.php?xSec=79
Or
Redirect 301 http://princess-jewellery.net/links/ http://princess-jewellery.net/section.php?xSec=79
I've not used htaccess for non-www links so these may not work. Hope you find a solution though :)
Reply
Reply
Leave a comment