Can you have multiple wordpress sites under the same domain?

Any issues with having multiple wordpress sites under the same domain. Example: domain.com/programs domain.com/sales domain.com/learning Each would have its own templates, functionality, menus and whatever. Any issues you can see? One of the issues I am worried about is if I have: domain.com/programs – which might be a hub site for programs and then I … Read more

Giving WordPress its own subdirectory – nginx

I want to move WordPress installation to a subdirectory without affecting site url – https://wordpress.org/support/article/giving-wordpress-its-own-directory/ (method 1) The article contains only instructions for Apache2. How would it translate to nginx site configuration? <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^(www.)?example.com$ RewriteCond %{REQUEST_URI} !^/my_subdir/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /my_subdir/$1 RewriteCond %{HTTP_HOST} ^(www.)?example.com$ RewriteRule … Read more

Should I add the IP of the server that hosts my sites to the list of authorized IPs in the wp-admin/.htaccess?

All of my sites were recently hacked and I had to restrict access to the WordPress admin. The logs are now full of denied connections, but I also see errors coming from the IP of the server that hosting them : [access_compat:error] [pid 944] [client XXX.XXX.XXX.XXX:45316] AH01797: client denied by server configuration: /var/www/my-website/wordpress/wp-admin/admin-ajax.php, referer: https://www.my-website.com/wp-admin/admin-ajax.php?action=wp_1_wc_privacy_cleanup&nonce=XXXX … Read more

Multisite on Rackspace Cloud (ubuntu lucid)

First post in this astonishing exchange. Glad to be here. I’ve installed WP3 on Rackspace Cloud, under an Ubuntu Lucid installation, properly configured all the multisite dependancies, network blogs are being successfully created, data is stored in the database, which leads me to one conclusion regarding my failure in actually USING network blogs, and that … Read more

How might I setup a development server (local) and a test/production server (remote)

I am thinking, how might I setup a development server locally then when done, upload and sync files + data to test/production server? I think options like siteurl and home in wp_options database table will need to be changed, also, in wp-config.php some settings like database connection and debug mode will be different too. 1 … Read more

W3 Total Cache doesn’t detect memcached [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or another appropriate site of the Stack Exchange network. Third party plugins and themes are off topic. Closed 7 years ago. Improve this question I have a … Read more