Confirm syntax for repository path
-
I’m thinking of moving the default path for the .git repository out of my WordPress directory.
Can you confirm what this should be in my wp-config.php file if I want the path to be /svr/git/wordpress ?
Here is the line from the documentation:
define( ‘REVISR_GIT_DIR’, dirname( __FILE__ ) );I tried
define( ‘REVISR_GIT_DIR’, dirname(/svr/git/wordpress) );
and it stopped the site from displaying any content. Yes, I gave Apache permissions to that directory first.Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Confirm syntax for repository path’ is closed to new replies.