I need to have 2 pages on a wordpress website uses http and the rest of the website use https.
The current .htaccess file is currently working just fine in making sure the site is under https.
I have not been able to get it to allow the 2 pages that need to stay http. These 2 pages have an...
Solved it:
SELECT A.* FROM A INNER JOIN B ON A.RowID=B.UniqueRow WHERE A.MenuID = '$vSMenu' AND A.PageID = '$vSPage' ORDER BY B.Sort ASC, A.DropMenu ASC, A.Sort ASC"
The extra variables and stuff are from the actual code I used to complete my select but the basic syntax is what worked for my...
I have 2 tables, one that I will select a set of records and the other table that holds the sort order for the selected records.
Table A:
UniqueID int
OwnerID int
RowID var
Description var
HelpText var
Table B:
UniqueID int
UniqueRow var
SortOrder var
A.RowID = B.UniqueRow
I want to...
I'm using IIS on NT4.0 SP6a
The site is working fine.
The site is set to have 'index.asp' as the default document
so when the URL:
http://demo.raw-services.com is entered you get 'index.asp'
as the default document. This works fine.
Now, if you type: http://demo.raw-services.com?from=me
or...
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.