Jim_WHM
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Jim_WHM-
It's the redirects I want disabled. I want a 404 Not found error when someone does mysite.tld/whm, mysite.tld/cpanel, or mysite.tld/webmail. I'd like to use different ports for WHM and cpanel but ...
-
Ok I found that my problem was that I should have been changing the files in this directory instead: /var/cpanel/templates/apache2_4 not /var/cpanel/templates/apache2 I haven't rebuilt apache yet...
-
[quote="cPanelMichael, post: 1668742">Could you outline the specific steps you took so we can verify if it's the correct method? Thank you. Sure I just did it again to make sure everything i write...
-
I reran Easy Apache and unfortunately the changes did not stick.
-
Thanks I did the edit and ran /scripts/rebuildhttpdconf service httpd restart And I will rerun EasyApache some time tomorrow just to see if it survives.
-
Actually I just rebuilt apache using EasyApache and my .aspx pages were showing as pure text code again. So I guess /usr/local/cpanel/bin/apache_conf_distiller --update didn't work right. I tried...
-
Thanks a lot guys worked great!
-
I didn't do the 2nd part of what your post suggested. Should i also do that or will what I've done survive EasyApache/WHM updates?
-
Thanks a ton. It works. All i had to do was: - insert 'AddType application/x-httpd-php5 .aspx' into the block you showed - ran '/usr/local/cpanel/bin/apache_conf_distiller --update' - restarted Ap...
-
Should I add AddHandler application/x-httpd-php5 .aspx anywhere too?