markjaquith / WordPress-Skeleton

Basic layout of a WordPress Git repository. I use this as a base when creating a new repo.
1.85k stars 600 forks source link

Page Not Found after cloning to live server #78

Open jigsgfx opened 9 years ago

jigsgfx commented 9 years ago

hi, im done with my localserver so im ready to push it live so i push it to my repo then clone it to my live server ssh using --recursive after that i access my domain subdir where i clone my repo and its said "Page Not Found" all files are there except local-config.php, do you think i did something wrong?

but one thing i notice is when i clone it to my live server it said "Initialized empty Git repository"

crazyindianchief commented 9 years ago

Im having a similar issue. and I think it may be related to suphp permissions. It appears to be the skeletons premissions are 775 dir on folders 664 files, the other installs i have come in at 755 dir, 644 files (wp-config 400).

Ill test the theory out later to see if i can get the install to work properly.