PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, December 30, 2021

[FIXED] Web development in LAMP VM WARE

 December 30, 2021     ftp, lamp, php, vmware     No comments   

Issue

I have a LAMP configuration set up in a VM WARE. I am going to transfer files via FTP using transmit client.

Currently I have my files in the following directory

192.133.323.122/website/project/home.php

Do I create a folder in a specific directory?


Solution

Usually it'll go in your

your_user_here/var/www

but it doesn't matter really, as long as you know where it is and you know how to reach it.

I would suggest creating a folder with the name of the site, so you can find it easily, so it'll be something:

your_user_root/var/www/project_name


Answered By - Noctis
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing