Skip to content

Commit 4fdfc0f

Browse files
committed
renamed images
1 parent d2045d3 commit 4fdfc0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PHP/Ribbon/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,12 @@ Create button controls as array of objects as mentioned with the following code.
281281

282282
The above created sample is now ready to run. Therefore, open the **XAMPP control panel** and start the **Apache** module as shown in the below image -
283283

284-
![](getting-started_images/getting-started_img.png)
284+
![Run File in PHP Ribbon](getting-started_images/getting-started_img.png)
285285

286286
Now, the sample can be run directly on the browser through localhost with appropriate port numbers, on which the Apache server is currently listening. For example, say if the Apache is configured to listen on port 7777, then type http://localhost:7777/ on your browser and press enter. Also, make sure that your sample folder is present within this location `C:\\xampp\\htdocs` as mentioned earlier.
287287

288288
The following Ribbon output shows up on the browser, when you type http://localhost:7777/RibbonPHP/index.php and press enter -
289289

290-
![](getting-started_images/getting-started_img4.png)
290+
![Configure Apache in PHP Ribbon](getting-started_images/getting-started_img4.png)
291291

292292
N> In case, if you face any problem with default port 80 while running your sample, make the Apache to listen on some other different ports. The port number changes needs to be done on both the `httpd.conf` and `httpd-ssl.conf` files, in order to get rid of this problem.(Refer [here](http://stackoverflow.com/questions/20558410/xampp-port-80-in-use-by-unable-to-open-process-with-pid-4-12))

0 commit comments

Comments
 (0)