-
Posted to
IIS7 - URL Rewrite Module
by
e1ny
on
11-02-2009, 3:58 PM
well, I put the trailing slash rule at the top, and it works fine...so it was just rule-order execution.
Has anyone published an seo-centric rule set in order of execution?
-
Posted to
PHP Community
by
e1ny
on
11-02-2009, 3:15 PM
[quote user="jeff@zina.com"]
Anything in the queue or badmail folders? Sounds like your code is never sending the email if nothing ever gets logged.
Jeff
[/quote]
There's nothing there, nor in the SMTP log...I'm pretty sure it's an app-permission error, otherwise I'd see some "relaying not allowed" or ...
-
Posted to
IIS7 - URL Rewrite Module
by
e1ny
on
11-02-2009, 9:47 AM
[quote user="jeff@zina.com"]
And what is that rule doing?
[/quote]
Hi Jeff: Thanks for asking. I have just a couple of rules before the trailing slash rule:
<rewrite>
...
-
Posted to
PHP Community
by
e1ny
on
11-02-2009, 9:33 AM
Hi All: I've read through a few threads about PHP mail not working on IIS6, and I'm running into the same problem.
Server2003 Std sp2 / IIS6
SMTP service configured on default IP, and is working for VBS/.NET webpages.
PHP.ini has smtp "localhost", port "25" and "sendmail_from" set to a valid email ...
-
Posted to
IIS7 - URL Rewrite Module
by
e1ny
on
11-01-2009, 3:49 PM
[RuslanY: I tried to reply to your blog post http://ruslany.net/2009/04/10-url-rewriting-tips-and-tricks/ but it might not be accepting comments any longer...I received an error when I tried to leave a comment.]
I've picked up this example rule from RuslanY's excellent "10 URL rewriting tips" blog post:
<rule ...
-
Posted to
IIS7 - URL Rewrite Module
by
e1ny
on
10-18-2009, 4:27 PM
Hi All: I have two domains:
www.myDomainNy.com
www.myDomainNyc.com
I want to permanently redirect from the second to the first, regardless of the subdomain. I tried to use a pattern match like:
<rule name="Redirect domain2 to domain1" ...
-
Posted to
IIS7 - General
by
e1ny
on
10-15-2009, 8:42 AM
Thanks lextm...I changed the startup type, and after a reboot, everything worked as normal, so that may have been it!
-
Posted to
IIS7 - General
by
e1ny
on
10-14-2009, 2:28 PM
Hi All: I have an iis7 server with Serv-u ftp server v7 running on it. Servu has a web-admin interface. The server has several websites with host-name redirection on a single IP. It seems like when I restart the box, the serv-u service starts before the www pub service and grabs port 80, and when the WWW service starts none of the websites starts, ...
-
Posted to
IIS Search Engine Optimization Toolkit
by
e1ny
on
10-11-2009, 5:10 PM
Hi: I've been playing with the SEO tool for a little while...is there any way to export an xml sitemap file from within the app?
-
Posted to
IIS7 - Configuration & Scripting
by
e1ny
on
10-03-2009, 6:00 AM
[quote user="drummelhart"] so you are stating that I need to add IUSR to the IUSR Roles, not just domain admins, as well as the domain admins names?
This does not make sense! Why the harsh change in security. That leads to the next question of what all steps need to be completely completed before I can access a application ...