Hello,
I need to redirect all requests that go to this URL:
http://www.desu.edu/cgi-bin/publish/webevent.cgi
to this URL:
http://www.desu.edu/calendar/
After studying the Apache rewrite guide and being totally confused, here is my attempt:
RewriteEngine on
RewriteRule ^/cgi-bin/publish/$...
Tada TADA!!! You all are the best! This piece solves a LOT of little headaches for me and it's going right in my snippits. It worked like a champ. Thanks so much!
Cool! But since I am a JavaScript klutz, can you check me? Once I get this working, I'm going to save it in my snippits.
Function:
function showHide(Department) {
if (Department.selectedIndex == Department.options.length - 1)
document.forms['contactus'].elements['Other'].style.display =...
First, I know this has probably been answered many times before but the search feature on the forum is undergoing maintenance.
I have a dynamically generated list box and the last option is Other (a static option). If any choice but Other is selected, nothing happens, form gets submitted as...
It's been a long day and I'm drawing a blank. I have a form that has a radio button that when checked will insert this value into a MySQL database:
value="<img src="../../images/content/meac_button.gif">"
The problem obviously is the two sets of quotes. As is, the value only sees <img src= as...
I have to create a search page with up to six search parameters. They are month, year, person type, event, department, and category. My table has one column each for the month, year, and event. It has three person type columns (person_1, person_2, and person_3), two for departments, and two for...
OK that works. One more question. Is there a way to make it so that when you insert a record, the date column (which is of type date) automatically updates itself with the current date kind of like auto-increment for the id column?
I would like to write a SELECT statement where I can get the last 30 days worth of press releases. Reading the manual I found this code example:
SELECT name, birth FROM pet
WHERE MONTH(birth) = MOD(MONTH(CURDATE()), 12) + 1;
This is close to what I'm looking for but not quite. I have solved...
Hello all,
SOMEwhere amongst the many forums I visit, someone mentioned a website that had this incredible use of Flash. I can't remember anything about the address. All I remember is that it took a while to load and it showed an alien getting zapped with electric jolts while it loaded. (10K...
To make a PDF from a Word document, you must have Adobe Acrobat with Distiller installed on your system. When you are ready to make the PDF you click on 'Print' and when the Print window opens, you must then select Acrobat Distiller as the printer. Word then prints the file to Distiller and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.