User78342324
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Need help fastThat’s some “.htaccess” file you’ve got there. Have you tried removing everything after #END WordPress?
Also, what’s the location of your “room” folder?
Forum: Networking WordPress
In reply to: Need help fastWhat’s in your “.htaccess” file?
What’s the location of the file?
Ex: root/public_html/room
Forum: Networking WordPress
In reply to: WP Multisite Login IssueFor multisite, the registration page is separate from the login page. I don’t really think you can change it to run on the login page. If you want, you can create a custom page template in your theme which will run as a registration page.
https://buddypress.org/support/topic/edit-buddypress-registration-page-template/
Forum: Networking WordPress
In reply to: Theme not showingHave your tried…
1.) Disabling all of your plugins.
2.) Another theme.
3.) Checking your theme’s files permissions settings.
https://codex.www.ads-software.com/Changing_File_Permissions
Forum: Networking WordPress
In reply to: Need help fastSo, you want to install another WordPress site into a folder called “room”. Or, do you want to move your main site into a folder?
Forum: Networking WordPress
In reply to: Can't Add UserDo you have BuddyPress enabled?
Forum: Networking WordPress
In reply to: Make pages in my subdomainGlad I could help ??
Forum: Networking WordPress
In reply to: Make pages in my subdomainWhat does your “.htaccess” file look like?
https://codex.www.ads-software.com/Multisite_Network_Administration#.htaccess_and_Mod_Rewrite
Forum: Networking WordPress
In reply to: Error 404 Not foundYou could try pretty permalinks without mod_rewrite.
https://codex.www.ads-software.com/Using_Permalinks#Permalinks_without_mod_rewrite
Forum: Networking WordPress
In reply to: Make pages in my subdomainDid you add define(‘WP_ALLOW_MULTISITE’, true); above “That’s ALL. Stop Editing”?
Forum: Networking WordPress
In reply to: Error 404 Not foundWhat host are you using to host your website?
Also, what do your apache error logs say?
Forum: Networking WordPress
In reply to: Make pages in my subdomainOk, so after you install WordPress Multisite to your subdomain “familie”, you need to install WordPress (non-multisite) to your root folder.
On your main WordPress install, (non-multisite), you can create your galerijgen, and home pages.
On your subdomain WordPress install, you can create your subsites and pages.
https://familie.hugotordeur.be/Nola
https://familie.hugotordeur.be/Nola/birth
https://familie.hugotordeur.be/Liam
https://familie.hugotordeur.be/Liam/1yearTo redirect https://www.hugotordeur.be\familie to familie.hugotordeur.be, add this snippet of code to your main .htaccess file. The one in your main, non-multisite WordPress install.
//301 Redirect Old File Redirect 301 https://www.hugotordeur.be\familie https://familie.hugotordeur.be/
Forum: Networking WordPress
In reply to: Error 404 Not foundSorry about the wrong “.htaccess” file earlier. I wasn’t looking closely enough ??
@popeosorio, try this httpd.conf file configuration.
<Directory /Directory/of/Website/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory>
Forum: Fixing WordPress
In reply to: facebook widget can't enter urlIf you’re having trouble with the Jetpack plugin, I would ask the team over at Jetpack for help ??
Forum: Fixing WordPress
In reply to: Website won't show on local internet, showing everywhere elseI visited your site again and was able to view it in IE. It might be a hosting problem with your webhost.