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...
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.