| bio | website | dangrossman.info |
|---|---|---|
| location | Pennsylvania | |
| age | 28 | |
| visits | member for | 2 years, 7 months |
| seen | Apr 18 at 23:12 | |
| stats | profile views | 14 |
I am a web developer and entrepreneur in Pennsylvania, USA.
I create services like Improvely and W3Counter that help people get the most out of their websites.
Check out my profile, portfolio and open source code.
|
Jan 28 |
comment |
Understanding Nginx try_files and fastcgi_path His root should be /var/www/html not /var/www/html/ because URIs start with a forward slash. |
|
Sep 21 |
awarded | Custodian |
|
Aug 24 |
awarded | Autobiographer |
|
Aug 13 |
comment |
301 redirect a query string I've given you all the tools you need to figure out the exact rule for your situation. |
|
Aug 13 |
answered | 301 redirect a query string |
|
May 18 |
awarded | Popular Question |
|
Oct 21 |
awarded | Yearling |
|
Aug 14 |
comment |
How to make MySQL to find old databases on HDD? If you had made no changes to the data directory and did not overwrite the mysql directory there, all your databases would be visible and accessible. |
|
Aug 13 |
comment |
2 Wordpress Sites on 1 host; one php4 the other php5 - If code is being displayed when you switch versions, it sounds like the PHP5 config has short_tags disabled while the PHP4 config has them enabled. The fix for that is to just replace <? with <?php in the code -- an easy change. |
|
Aug 13 |
answered | 2 Wordpress Sites on 1 host; one php4 the other php5 - |
|
Aug 2 |
comment |
Apache virtual host based on *source* IP BTW, why do you need this logic for yourself on the server? You can map the domain to the IP of a testing server (or your own computer) for just yourself using your hosts file. |
|
Aug 2 |
answered | Apache virtual host based on *source* IP |
|
Aug 1 |
comment |
Apache permission Problems Put the WWW user and the FTP user in a group and give that group ownership of the directory. This is not a programming question, it's a UNIX/system administration question. |
|
Jul 29 |
comment |
APACHE/PHP error log "In case you use Linux"... this is not the default location or name of the Apache configuration file or error log in many Linux distributions, including RedHat and all its branded and unbranded (CentOS/Amazon Linux/etc) derivatives. |
|
Jul 29 |
comment |
APACHE/PHP error log Look in your httpd.conf and php.ini for the configuration directives specifying the location of the error log. /var/log/httpd/error_log is a common location. |
|
Jul 28 |
awarded | Organizer |
|
Jul 28 |
awarded | Editor |
|
Jul 28 |
revised |
Restarted mysql server Cannot login Fixed formatting |
|
Jul 28 |
suggested | suggested edit on Restarted mysql server Cannot login |
|
Jul 27 |
comment |
Managing Remote MySQL DB using local phpmyadmin As long as we're posting off-topic questions, how about an off-topic answer: Why is managing the DB through the CLI a pain? Most professional DBAs aren't installing phpMyAdmin... |