Prism ICT

Blog

At Prism ICT, we offer a comprehensive range of services designed to help you achieve digital excellence At Prism ICT, we offer a comprehensive range of services

Default image

Mac OS X Start / Stop / Restart Apache Web Server

Follow below rules for Stop Apache sudo apachectl stop or sudo apachectl -k stop Follow below rules for Start Apache sudo apachectl start or sudo apachectl -k start Follow below

Default image

How to change XAMPP htdocs directory in OSX?

Open httpd.conf file from below directory first /Applications/XAMPP/xamppfiles/etc/httpd.conf Search for "DocumentRoot" in httpd.conf and change to your targeted directory. DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs" <Directory "/Applications/XAMPP/xamppfiles/htdocs">

Default image

How to extract URL from hyperlink on Excel

Add a new module from developer tab then insert below code Function GetURL(pWorkRng As Range) As String 'Updateby20140520 GetURL = pWorkRng.Hyperlinks(1).Address End Function Next you can use =GetURL(A1) for get

1 11 12 13 14 15 19