hipwebdesign
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by hipwebdesign-
hipwebdesign commented,
Thank you. I placed my RewriteMap here and it worked: /etc/apache2/conf.d/userdata/ssl/2_4/{USERNAME}/{DOMAIN}.{TLD}
-
hipwebdesign created a post,
RewriteMaps over SSL?
I have a RewriteMap `prg` in the Pre VirtualHost Include (pre_virtualhost_global.conf) like this: RewriteMap livemap "prg:/home/USER/applications/DOMAIN/public/rewriteMap.php" The script listens ...
-
hipwebdesign commented,
Welp, I managed to trace this to an issue with my WP login authentication during the init action hook. Had nothing to do with require. Solved!
-
hipwebdesign created a post,
PHP require() not working with cronjob executed scripts
When I run a PHP script using a cronjob, a require() function halts the script without returning an error, but when I run the script directly, it executes without issue. I'm using an absolute path...