| bio | website | pgaiser.net |
|---|---|---|
| location | Tübingen, Germany | |
| age | 32 | |
| visits | member for | 2 years, 9 months |
| seen | Mar 16 at 19:02 | |
| stats | profile views | 61 |
I currently live in Tübingen, Germany.
I have been working full-time in IT for ten years (freelance and as a contractor), and am currently studying Interdisciplinary American Studies at the University of Tübingen. I work part time as a webmaster for an organic food company.
I can be reached via E-Mail: pekka@gmx.de
I have an Amazon Wishlist that I love to get stuff from.
|
Mar 12 |
comment |
What is redirecting mobile visitors to our website? Hmm. Unless the entire machine has been hacked, this is likely to be somewhere in the Wordpress code. It might be worth downloading the full source and searching it or the offending domain name; also if you have access to phpMyAdmin, I'd do a quick search for the domain in all tables. It's possible that the domain name is encoded in some form that renders this simplistic approach useless but it'd be a worthwhile first step. |
|
Oct 21 |
awarded | Nice Answer |
|
Aug 30 |
awarded | Yearling |
|
Feb 20 |
comment |
What could cause my website to only be accessible via SSH? It has as little to do with Webmastering as it has with Programming, @Adrian. |
|
Feb 10 |
comment |
Apache Rewrites not working due to Akamai What kind of a rewrite are you doing exactly, can you show an example? |
|
Feb 5 |
comment |
Is minifying id and class names a bad SEO practice? @ajax sounds like micro-optimization to me - consider that you'll save a few hundred bytes by this, while every JPG will cost you hundreds of times that. Plus proper gzip compression will take care of those patterns anyway. But I guess there's no harm in doing this, either |
|
Dec 16 |
revised |
Pre-defining tabular structures in MediaWiki added 112 characters in body |
|
Dec 16 |
asked | Pre-defining tabular structures in MediaWiki |
|
Dec 8 |
answered | PhpMyAdmin - Changing charset |
|
Nov 25 |
revised |
Best criteria for choosing a DNS provider : Redundancy, Locations, Cost, IPV6, Reliability Minor grammar |
|
Nov 25 |
suggested | suggested edit on Best criteria for choosing a DNS provider : Redundancy, Locations, Cost, IPV6, Reliability |
|
Nov 20 |
comment |
Looking for a step by step guide to URL re-writing with mod_rewrite and other methods Yes, mod_rewrite can do both things. Relevant: Everything You Ever Wanted to Know about Mod_Rewrite Rules but Were Afraid to Ask? |
|
Nov 5 |
comment |
What Versioning Systems for Website Development are available for free? A versioning system for what - the server-side code? The HTML code? |
|
Nov 1 |
comment |
Change content of page depending on Google search Can you use a server-side programming language? If yes, which one(s)? |
|
Oct 31 |
comment |
Which method is better to add www. before domain name Adding a CNAME will not create a redirection from domain.com to www.domain.com. Anyway, the .htaccess method is usually fine |
|
Oct 21 |
awarded | Enlightened |
|
Oct 21 |
awarded | Nice Answer |
|
Oct 18 |
comment |
Alternative to .htaccess (due to bad performance?) @David there are a few situations where .htaccess is a tad better for maintenance - namely web apps that ship with rewrite rules in .htaccess files, and update them frequently, and testing environments where apache rules are in constant flux and restarting the server every time would be a hassle. Other than that, I agree with you. (And for a WP blog with massive traffic it may be worth manually integrating each rule update into the central config.) |
|
Oct 17 |
comment |
lfd on ns3.domain.com: Excessive resource usage: Account (26661) @Korvin you're welcome. You can try turning Akismet off for a while to see whether my guess is right... if you don't mind cleaning up the mess if it is |
|
Oct 17 |
revised |
lfd on ns3.domain.com: Excessive resource usage: Account (26661) added 24 characters in body |