PLEASE IGNORE THE LAST POST. THIS IS THE CORRECT ONE.
I'm trying to accept this:
/hosting/checkdomain?mydomain
and rewrite it as this:
/pages/hosting/checkdomain.php?domain=mydomain
This is what I have so far:
RewriteEngine On
RewriteRule ^hosting/checkdomain?(.*)...
I'm trying to accept this:
/checkdomain?mydomain
and rewrite it as this:
/checkdomain.php?domain=mydomain
This is what I have so far:
RewriteRule ^hosting/checkdomain?(.*) pages/hosting/checkdomain.php?domain=$1 [L]
and I'm getting this as a $_GET:
Array
(
[domain] =>
)
I have a feeling...
I've figured it out. I used the magic wand to select all of the black parts (the image was black & white; no gray), right-clicked on the selection, then chose "New layer via copy" and I was golden.
How do I access my website database (MS Access 2k on Win 2k) from my computer using ODBC? I want a local Access database with linked ODBC tables in it. I am already accessing another SQL Server over the Internet, but the process seems to be different.
The closest thing I can find on the web...
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.