m t
Forum Replies Created
-
Yes, I tried renaming the .htaccess file in both the root and /wp/ folders.
The index.php has that correct.
That new login is what does not work.
The url(s) to get to the wp-admin are just not working.
Something (maybe the rewrite rules) seem to be interfering with accessing the install directory. If I try to add the /directory/ into any of the page urls, it takes it out which is good – that’s what it should be doing.
Only when I try to go to the wp-admin, does it automatically put the /directory/ into the url – which is fine, I understand that since that’s where the install is, but I get a 500 internal server error. The wp-admin is just not showing up.
I did modify those fields in step 4, and tried 3 other combinations; this is the setting that actually gets the site itself to load properly.
1 siteurl https://www.domain.com/directory
2 home https://www.domain.comAnother clue/bug I just saw in the live site is that the images being accessed from a gallery plugin is not working either- it won’t load images from https://www.domain.com/DIRECTORY/wp-content/uploads/ HOWEVER, other images throughout the site are showing up fine and are in the same directory.
perfect- that seemed to work great!
I just added a new wp user with the email address [email protected] and then used that as the sender in the subscribe2 settings. I didn’t even have to actually create the email account. It just works now.Forum: Fixing WordPress
In reply to: %post-title% | %blog-title% TITLEFigured it out thanks to your mentioning plugins!
I have All in One SEO Plugin, and rewrite titles was checked- to replace it with that shortcode, which obviously wasn’t working…
all set now!
Forum: Fixing WordPress
In reply to: %post-title% | %blog-title% TITLEthis is what’s in the header:
<title>
<?php bloginfo(‘name’); ?>
<?php wp_title(); ?>
</title>and to test it, I replaced the php with text, and it didn’t affect the page title.
<title>TEST TITLE</title>What could it be?
Forum: Themes and Templates
In reply to: [tanzaku] [Theme: tanzaku] How to show more grid posts?ahh that’s it, thanks!!
Nevermind, followed pmagony’s fix from here: https://www.ads-software.com/support/topic/plugin-contact-form-7-leave-file-upload-on-server?replies=4
and that worked! now I the files stay in the upload folder (only doing so since my form page is password protected, otherwise, probably not smart).
I’m having an issue uploading to the server!
The file doesn’t show up, but can email ok as an attachment.The default upload folder is wp-content/uploads/ and it autmatically generated a wpcf7_uploads folder within that when I submitted my form- so I know it’s pointing to the right location.
However, no file shows up (tried under 300k file).
When I added the tag to the email attachment field- it sent it in the email- but still not in the upload folder.
Forum: Installing WordPress
In reply to: How to put WP files in different directory?ps. what happens when I do a search from URL.com/blog/pagename is that the URL redirects to URL.com/blog/?s=searchword and the the page says Error 404 page not found.
i need the search to do it in URL.com/?s=searchword instead, not in the WP installation directory
Forum: Installing WordPress
In reply to: How to put WP files in different directory?Hi, I got this directory thing working- but now the site’s search feature no longer works.
It worked before, when both the site URL and file locations were the same:URL.com/blog
but now that the site URL is just URL.com and the site files are still in URL.com/blog – the search only works from URL.com but not within the site anymore (ie. from URL.com/blog/pagename/)
please help!