I have a problem.
AssignFile(f,filename);
Rewrite(f);
i get an error that it is invalid filename.
And filename is pics/new.sim/filename
It is very important for me that the middle dir ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20971992.html
I have created a Rewrite Rule with some assistance from ahoffman that redirects a web site, www.agent1.com, to a more complicated address, www.agent1.com/DIR.php?id=agent1.com. I finally worked out...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21069326.htm...
Is it possible to do a redirect which redirects
http://www.sitename.tld/stats
to
http://another.server.tld/cgi-bin/awstats.pl?config=www.sitename.tld
I think you see what i want to do h...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21163836.htm...
Good morning,
I'm looking for a good hosting company with servers on the west coast and a good backbone to the Internet. We need good log server files statistics and excellent uptime as well.
...
http://www.experts-exchange.com/Networking/ISPs_Hosting/Q_21243339.html
Let me illustrate my problem with the exact example:
Suppose I am having a domain "mydomain.com". I have created 2 sub-domains through cpanel which are "abc" and "abc.pqr". So that I have two se...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21313427.htm...
Hi,
I'm trying to use Modrewrite to both redirect old URLS and translation "search engine friendly" urls in the same .htaccess file
Here's an example of what I want to do.
Old URL :
www....
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21549726.htm...
How would I write a mod rewrite to do the following:
if people goto:
username.bioperformance247.com
I want username to be a _GET variable called $_GET['host_id'] on main.php
Basically m...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21772270.htm...
Hi All,
I have a table (tRoadNames)
below is the data (copied from Excel and pasted)
NZAMSUFI LEFT_FROM LEFT_TO RIGHT_FROM RIGHT_TO ROAD_NAME ROAD_TYPE ROAD_SUFFI SUBURB_L SUBURB_R PLAC...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21813423.html
If I use mod rewrite to fake .html endings on my php files (i.e. the URL discussion/viewpost=15.html calls the script otherwise located at discussion.php?viewpost=15), and then use $_SERVER['PHP_SE...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21897699.htm...
Hi, I am trying to create rewrite rules to acheive the following (using example.com as an example):
1) Any sub-domain of example.com (including no sub-domain) is resolved to www.example.com
2) ...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_22042564.htm...