ISAPI Rewrite Filter - Alternatives To RewriteMap
May 14, 2009
we're using IIS 5.0 which doesn't have any flexible support for rewriting URLs which include parameters (AFAIK, anyway). We're currently testing an ISAPI Rewrite Plugin, which emulates the syntax and behaviour of mod_rewrite, which is why I felt this forum category to be the most appropriate for this post.
Our URLs at the moment look like:-
[url]where 'hg' is an instance of a key. In this particular example, we wish to rewrite our URL to read [url]homegarden' where 'homegarden' is a value of that respective key.
Since the value 'homegarden' isn't present in our current URL, we need some way to associate this value with it's relevant key, by mapping one to another. The ideal solution in this case would be to use RewriteMap, however the ISAPI plugin doesn't support this directive.
One other solution, that I've seen here is to use the 'homegarden' value as the key instead. However, due to the lack of flexibility of our system, this isn't possible.
Another method of achieving this is to hard-code a RewriteRule for every instance of a key, but this solution has obvious performance drawbacks (we have around 400 categories)
So, at the moment I'm out of ideas, which is why I thought I'd try and rack your brains for suggestions. An ideal scenario would be to use something like RewriteCond (which is supported by the plugin) to attach a file which would contain the key/value map.
The current supported directives are :-
RewriteRule
RedirectRule
RewriteHeader
RewriteCond
RewriteLog
RewriteLogLevel
RewriteFilterPriority
IterationLimit
MaxMatchCount
StrictParsing
Even if it's not possible using one of the above, maybe someone can point me to solution involving a method other than using this particular plugin?
View 6 Replies
ADVERTISEMENT
Oct 3, 2008
have to say the EE forums have been a help to some extent.
I'm trying to rid my Expression Engine site of the index.php? part in my URLs using ISAPI REWRITE on IIS.
I've got [ISAPI_Rewrite]
RewriteRule (/(?:site|member|search|Pd{1,8}).*) /index.php?$1 [I,L]
which removes the index.php but not the? part.
View 2 Replies
View Related
Mar 19, 2008
Since about 2002 I have constantly had my own co-located and then dedicated box. Before that, the only paid host I ever used was verio.net. Now that I sold off most of my sites, it is time to move to a smaller, shared hosting plan.
My question is can anyone suggest a good hosting plan? I do not need a lot of space or bandwidth, but I do require a few things:
- ASP.net 3.5 is a huge plus, but 2.0 is do-able
- At least one msSQL database
- Daily backups is also a huge plus. I don't need this second, but eventually I will want it.
- Good technical support is a must. I have dealt with to many companies even with my dedicated hosting that offered horrible tech support. A three day wait on a question is not acceptable. Phone support is a plus, but a 24 hour reply on an email is enough.
- ISAPI-Rewrite, or an equivalent is a must. I rewrite my URL's for SE rankings, as I believe everyone should, so the ability to host a rewrite script is a must. Though I use ISAPI-Rewrite, if their is an equivalent that is do-able.
- Need to be able to run at least (2) domains. My main company domain and then a second domain which is basically a landing page. In future I need a 3rd domain added, so ability to upgrade or add on a domain cheaply is a must too.
If you own a hosting company that matches this, or can suggest any please do so. If you suggest and they offer a referral program feel free to let me know your referral code as you obviously deserve the credit for suggesting the company.
View 9 Replies
View Related
Mar 15, 2014
I have changed to mod_filter from AddOutputFilterByType and now cannot rewrite the body content of a 302 page. I can rewrite the Location header using mod_headers, but I need to modify the informational content of the 302 page (usual a href "page has gone here") message as the source app puts internal details on the page.
FilterDeclare FILT
FilterProvider FILT SUBSTITUTE resp=Content-Type *
FilterChain FILT
Substitute "s|http://secret-stuff|https://public-stuff.com|ni
View 1 Replies
View Related
Dec 15, 2005
I have a list of categories that i want to rewrite the URL to display the names instead.
I'm using this:
RewriteMap catlist txt:C:/web/apache2/htdocs/catnames.txt
RewriteRule ^/cats/(.*)$ /categories.php?catid=${catlist:$1|0}
catnames.txt consists of
CategoryName 6
AnotherCatName 8
OnemoreCatName 9
.....
and so on.
This works fine on my local windows PC since i'm using httpd.conf to set this up.
When i use this on my server under .htaccess, the error log says "RewriteMap" not allowed here.
I it only to find out that i cant use RewriteMap under .htaccess... Is there any other alternative to achieve this without listing all the category names with corresponding rewriteurl statements in my .htaccess file?
View 14 Replies
View Related
May 15, 2009
My current URLs look like index.php?order=key, where 'key' is of course the key. I'd like to transform my URLs to a pattern that doesn't currently have any association with the 'key' used in the URL. I'm using the RewriteMap directive to map keys to new values. If I can take the following example URL:-
I'd like to transform index.php?order=hc to /homecare, so I've mapped the key with the value in the two column syntax required within a text file and linked to it.
My initial assumption was that I could then just RewriteRule the variable, but from what I've read I need to use RewriteCond to capture the query_string first.
So, this is my complete ruleset so far:-
RewriteEngine on
RewriteMap rewritemap txt:C:/WINDOWS/system32/inetsrv/rewrite/rewritemap.txt
RewriteCond %{QUERY_STRING}
RewriteRule ^(.*) test.asp?order=${rewritemap:$1}
I'm pretty sure my RewriteRule is correct, but of course there is no rule currently attached to RewriteCond, since I'm unsure what I need to put there.
Would you guys be kind enough to help me out a bit?
View 5 Replies
View Related
May 21, 2009
I have an external redirect to internal rewrite rule that maps multiple URL parameter keys with their associated values...
View 1 Replies
View Related
Sep 19, 2007
relatively typical windows shared hosting plan that has the isapi rewrite installed.
Is godaddy's windows hosting any good?
View 3 Replies
View Related
Oct 2, 2007
I update the corporate website for my company. Our server is IIS and when I need a 301, I have to send a request to IT to do it, as our pages are static .html and .shtml (SSI) and using javascript redirects is not ideal for SEO.
A redesign we're going to be deploying, will include the shuffling of several pages/directories and redirecting of quite a few URL's. This fact alone seems to provide a good argument convincing IT that this is a good idea. From what I've read here and elsewhere, heliontech's solution seems to be the way to go.
Since this is 3rd party, I'm looking to have further leverage to explain my case on behalf of using this. Are there benchmarks and data that support the reliability of this method versus the straight MS stuff?
Also, I'm not real tech savvy on the server end, but I was told that our corporate site and application sites may reside on the same box and that applying the ISAPI rewrite would affect those as well. This would obviously make it a "no sell" with my IT colleagues.
Would sites residing on the same server be globally affected by the ISAPI? If so, is there a way to circumvent this and just set the ISAPI for the one site?
View 3 Replies
View Related
Apr 10, 2007
So I have been reduced, I am a firm *nix Apache user, to using IIS along with ISAPI for redirection at work. Now I can setup the redirection(s) just fine using the GUI, but I am a *nix man and doing this through the GUI is SLOW! That is when it has to be done on 3 servers at a time plus I can only access those servers through a Citrix environment.
And I need to be adding redirects many times a week. Is there any way to setup ISAPI redirects from a command line? Google has offered me nothing.
View 2 Replies
View Related
Jan 29, 2013
i have custom dll built with Delphi that used to work on IIS 5/6/7. After i migrated to apache, DLL started to crash after an hour or two and i have to restart the server. The error was something about bad header. Since the developer says DLL is handling reponses OK and i can't get anything with debug logging on apache side can i run DLL as CFG/FastCGI (not that versed with apache so maybe this question does not make sense)?
View 4 Replies
View Related
Jul 24, 2008
I dowload a scripts with a .htaccess file
Code:
DirectoryIndex index.php
RewriteEngine On
RewriteRule ^link/([0-9]+)[/]*$ /redirect.php?id=$1
RewriteRule ^link/([a-zA-Z0-9]+)[/]*$ /redirect.php?tag=$1
I want to convert it to lighttpd rewrite rules, urgent, also I can't contact with the scripts author,
View 0 Replies
View Related
Nov 10, 2008
I'm using IIS 6.0 and an isapi dll created in Delphi, and I'm getting an error which I cannot understand.
At some point when I make a request for this file I get an error in Firefox ("The connection to the server was reset while the page was loading"). At the same time http error log is full of "Connection_Abandoned_By_AppPool" messages. After this happens, there is almost nothing I can do - I tried recycling the application pool, then I tried restarting the IIS server, and finally I reset the computer - NONE of this helped.
The only thing that resolves the issue is to recompile the dll and replace it (the source is absolutely the same). After that everything works fine.
I have a separate App pool for this dll (not executing in DefaultAppPool). At first, I thought that the problem lies in "Rapid fail protection" so I have disabled it, but the problem hapenned again.
The biggest issue is that this problem hapenned exactly 4 times in two months. It's very rare, and very hard to debug.
Finally, I have discovered on thing that could lead to the solution (with somebody's help :-)). I have enabled recycling for this pool every 2 hours. Looking at the event log in windows, I have found out that the problem always occured after the pool was recycled. So, each time this problem hapenned I have this logged in Event log as an information message:
"A worker process with process id of '2312' serving application pool 'PromjenePool' has requested a recycle because the worker process reached its allowed processing time limit. ".
After that, in my log there is a series (hundreds, thousands) of error messages, two or three in a second, first of them coming just a few seconds after information about recycling. The warning messages are like this:
"A process serving application pool 'PromjenePool' terminated unexpectedly. The process id was '2604'. The process exit code was '0x1'. "
The first thing that my dll does is that it logs that it has been initalized to a log file. After this happens, there is no trace of initialization in my log file. So, probably dll is never loaded, or it crashes when it tries to open the file.
So, to resume, I have recycle periods of 120 mins, and about 300-400 recycles happen without any problem. After one recycle, I just keep getting error "The connection to the server was reset while the page was loading", httperr log contains loads of ""Connection_Abandoned_By_AppPool" messages, and event log is logging that process serving my pool is terminating unexpectedly. The most bizzare thing is that recycling the dll, restarting iis or computer won't help, the only thing that surely helps is to recompile the dll (same source).
Just to add - if it can help - all dll is basically doing is connecting via TCP sockets to a data feed, constantly reads data and publishes it through dll. There is no connection to database, just sockets and appending messages to local file.
View 0 Replies
View Related
May 1, 2007
I am talking like a few thousand sites per server (actually a pair that act as a unified server, routing for load balancing). In a muli-thousand site IIS server, will having ISAPI Rewrites enables for ALL of the IIS virtual sites cause performance to degrade?
View 1 Replies
View Related
Aug 30, 2007
One of my favorite web tools, dnsreport dot com, has gone pay only apparently
Is there any other service that is as close to advanced with the nice breakdown it does? Perhaps some tool I can install on one of my own servers?
I know the super skilled will says oh just run this, that and the other command line tool for the same info but I really liked the way they did it and how it explained the details.
View 14 Replies
View Related
Jun 8, 2009
I was wondering if there are any other CDN provider offering cdn solutions at a similar or lower pricing than SimpleCDN?
Is there any alternative around? Or they are the only one to provide cdn in that price range?
View 14 Replies
View Related
Oct 4, 2009
Wanting to know my options for Alternatives to UltraDNs.
I know UltraDNS work's fine (for deep pocketed one's), but I Do NOT want to get Bankrupt using its services, it's just way out expensive.
View 3 Replies
View Related
Feb 5, 2009
Any one know of a better auto streaming program as I keep having trouble with my shoutcast server.
It constantly needs rebooted and has issues where people have trouble connecting.
View 14 Replies
View Related
Aug 13, 2008
I'm on a shared host right now and my server doesn't have the mod_auth_mysql installed. I was wondering if there were any additional alternatives for authenticating content using information from my CMS Users table? If I posted in the wrong forum, I apologize in advance as this topic could go either way, programming or server configuration. Thank you for your valued time.
View 4 Replies
View Related
Sep 20, 2008
Purchased a 3-month test period on a dedicated server a few days back but directadmin failed to boot from the outset, support wiped everything and reinstalled onto another partition which worked fine for about 12hrs.
Now I can't even FTP, tried rebooting from service centre etc. nada! probably hardware failure, Prices seemed too good to be true , glad I didn't move my entire site across [active forum with over 10,000 members] as the response time seems to be in days rather than hours.
Any reliable alternatives offering similar packages for similar money?
View 6 Replies
View Related
Aug 28, 2008
i've been having huge problems with bqbackup, and now i'm looking for alternatives...
View 14 Replies
View Related
Jul 16, 2007
I have been using hostingfest for a few months now, I had no issues and was very happy as they offered 1000mb space and 10GB b/w, also 3 sql 2005 dbs included and its space subject to the total space, so no restriction on db space.
Since yesterday it has started to bother me, the server is down! no reply from the support staff, which is unusual as they are very fast otherwise.
So i am thinking of a replacement now... cannot afford my site to be down for long
[url]
i have the basic fest plan, if someone can suggest me a good alternative??
Main requirement:
atleast 3 domains, 3 sql 2005 dbs (not lite)
asp.net 2 framework
and about 10GB bandwidth
View 5 Replies
View Related
Sep 17, 2007
I just found out that I cannot edit the text in the templates provided by RVSiteBuilder for my clients. Only clients can edit the text after they sign up with me. Which defeats the whole purpose for my needs. Are there any other programs similar to RVSiteBuilder where I can edit the text in the templates and not just pictures?
View 0 Replies
View Related
Mar 18, 2008
We were looking at a server on Rackspace for $300/month, but I wanted to see if there are any reputable companies which can provide a similar service for a bit less money.
Technically we could go with RackSpace, but there's got to be a service just like RackSpace but costing less? Our site only receives approximately 500-600 unique visitors per day, but once every two months or so we get a huge spike in traffic. Our current hosting provider has us on a VPS plan (we pay $80/mo) and today the server crashed because of a huge amount of traffic. We run an e-commerce site with many SQL queries involved, etc. I'm looking for a well established company.
View 1 Replies
View Related
May 14, 2008
First: Of course Crissic had some advantages as well, they were always nice, they let you do a lot, have a nice client area and so on. In fact, Crissic would be very good, they just need to change their servers or server provider to more reliable things.
I need a reliable hosting that servers doesnt have problems all day. I need to resell stuff and I need online websites to do that, as well as I need online websites to gain money from affiliate networks. Crissic cannot fulfill this, in less than 2 weeks since I am customer there were a lot of downtimes ranging from minutes to hours, there were hardware failures including an 7 days old backup (at least with 15% redeem), somehow an domain couldnt connect at all (I guess some nameserver or DNS error?) and now after I was awake and checked my websites the server does not seem to handle sessions anymore and produces errors on a few of my websites. This hosting ruins all my business and I cannot keep them doing that!
I am searching for reliable alternatives now but with a cheap price and good specifications like Crissic had. Here is exactly what I need:
* Reliable Hosting, NO Downtimes every day. NO Downtimes every 2nd day as well.
* Minimum Diskspace: 3 GB
* Minimum Traffic: 30+ GB
* UNLIMITED Add-On Domains. DNS entrys should be automatic and it MUST be free, had some hosters before that provided unlimited add-on domains but they charged 1$ for each add-on domain then.
* Unlimited FTP-Accounts
* 200+ subdomains
* 200+ e-mail accounts
* PHP4 / 5 + MySQL and GD Library
* Cron-Jobs
* ALL CPanel Functions like on Crissic (at least as much as possible, I need it)
* Price Range between 5-10$, but there should be better hosting packages available for 10-20$ - WITH Upgrade possibility
* No Contract, I do not want to get stuck for 24 month with an hoster
* Good Support is required!
* PayPal Payment possible
* Audio/Video + Flash/Shockwave support and/or if I have additional requirements like for an video hosting script, the hoster should be able to install it and not charge more than 5$ for it
* Money-back guarantee would be great since I do not want to be disappointed by hosters that promises everything but keep nothing
* DAILY Backups
View 14 Replies
View Related
Feb 14, 2009
I send out almost 50 emails a day from a PHP program on my web site.
My web host wrote an email complaining to me.
Should I:
a) take their advice (and if so, do I need an SMTP server and how do I get one set up?)
b) change web hosts?
Here is the email from them:
Hi there,
Thank you for contacting us.
Please note that the script is being abused via a web browser to send out
mail. Please refrain to use the PHP mail() function as it is deprecated and
vulnerable to abuse.
We could possibly suggest that you take a look at using SwiftMailer which is well
documented and supported.
We have commented out all of the mail() function calls on your site.
View 12 Replies
View Related
Nov 28, 2008
I've read a lot about XS4ALL and other datacenters in .nl lately.
As much as I know by know XS4ALL have a superior network over there - dont they?
I did a lot of research to find some Resellers/Hosters who are able to offer dedicated servers at one of XS4ALL's datacenters - but without luck.... My inquiry about dedicated servers directly at XS4ALL is still pending tho....
Do you know of any Resellers/Hosters who can provide dedicated servers at XS4ALL DC's?
Or can you think of any QUALITY alternatives?
As I'm handling worldwide customers a _good_ routing is a must have.
I know there are a lot of hosters outside - but I'm really looking for quality bandwith without any troubles (ecatel?)
View 4 Replies
View Related
Apr 28, 2008
I run a small streaming/cdn service and I'm looking at how best to utilize my bandwidth. Here's the scoop:
I have a 1/4 rack and 2 gbit drops from my provider. Currently I am running a single server connected to 1 gbit port - nothing fancy. Business is good so I am about to add another server. As this location is already the backup/failover for my primary colo (different location/provider), I am interested in playing with aggregation options.
I have used 802.3ad in the past, so that was my first choice. I asked my provider if they can trunk my ports on their switch - unfortunately they refused (they only allow it above a certain commit).
So...do I have any other options for aggregation? It's pure mb/sec throughput that I am looking for, rather than failover. I have the rackspace/power/etc to colo my own switch or router, I'm just curious if there is an effective alternative.
View 6 Replies
View Related
Aug 6, 2008
dedicated server for my PHP/MySQL browser game. I've been working with CentOS 5/cPanel on my current server and I have no reason to change as it works very nicely. However I can only push 1500tb traffic per month with my current server and ideally I want to be able to push up to 5000-6000tb. Does anyone know of any reliable hosts with good uptime that provide high bandwidth packages such as FDCservers 100mbit Unmetered servers. I recently requested a custom quote from FDC but they never got back to me, would you recommend them?
View 13 Replies
View Related
Jan 2, 2009
any alternatives to pjirc / jwirc / jpilot and mibbit tried all 4 seems jpilot is one of the best but the order page puts me off when its asking what bank my card with.
anyone know of any other webbased irc i missed off my list apart from those above and cgirc
View 0 Replies
View Related