gburgan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: After WP moved from subdirectory to root, some links brokenWell… Yahoo/Aabaco confirms they do not support .htaccess in the root folder. I found a YouTube video that recommended using the “Custom Structure” option in permalinks with /index/php/%postname%/ in the field. It’s not a clean use of Post Name – but it will have to do now until I can move my site from Yahoo.
Forum: Fixing WordPress
In reply to: After WP moved from subdirectory to root, some links brokenOK. Thanks for your time. Much appreciated.
Forum: Fixing WordPress
In reply to: After WP moved from subdirectory to root, some links brokenYahoo Smallbusiness…now called Aabaco.
The file was there when everything was in the subdirectory… when I moved everything, it didn’t copy over. So they allow it in the subdirectory but not the root?
Forum: Fixing WordPress
In reply to: After WP moved from subdirectory to root, some links brokenThis is the code that I’m trying to upload but can’t
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: After WP moved from subdirectory to root, some links brokenI no longer have an .htaccess code in my root directory. I’ve check to make sure Filezilla is forced to show hidden files and it’s not there.
I have the file on my desktop from where I downloaded it months ago. I tried to upload it, copy and paste it, but I keep getting an error msg in Filezilla “prohibited file name” “Critical file transfer error”
Forum: Fixing WordPress
In reply to: After WP moved from subdirectory to root, some links brokenUgggh. This makes no sense.
Page is https://www.andpi.org/news
Permalink is set to post name
Permalink on page editor view is https://www.andpi.org/news
Link on hover is https://www.andpi.org/newsResult of clicking link: 404
????
Forum: Fixing WordPress
In reply to: After WP moved from subdirectory to root, some links brokenWell, that was quick – results were 127 changes made. Sounds about right. When I hover over a link (example: https://www.andpi.org/news), while in post name permalink mode, it’s pointing to the write address… and the permalink says the same thing on the page in edit mode… but I still get a 404.
Forum: Fixing WordPress
In reply to: After WP moved from subdirectory to root, some links brokenThanks, Davood. I did try switching to post name from plain. Every time I made that change, all menu links, slider links and story links failed. I will try again. But I may use the plugin suggested by the moderator. Thanks for your offer of assistance.
Forum: Fixing WordPress
In reply to: After WP moved from subdirectory to root, some links brokenThanks. Should I assume that the Velvet Blues plugin will work the same even though this isn’t from one old domain to a new domain? It’s from a subdirectory to the root directory of the same domain.
Forum: Fixing WordPress
In reply to: Moving WP from sub to root directoryI had already cleared the browser’s cache, tried different browsers, restarted my computer. I think it was a DNS issue that resolved itself as I am able to see/edit the site from the office now. Thanks for your help. I have two other sites I’m working to convert – with a different host, so I’m slightly nervous. lol
Forum: Fixing WordPress
In reply to: Moving WP from sub to root directoryOdd. Upon hearing that others outside my network could see the site, I came home to check and I can see the site and access my wp-admin. Have Gone into Permalinks and just “save changes” (per instructions I saw). The site is running – minus a missing logo.
Forum: Fixing WordPress
In reply to: Moving WP from sub to root directoryThanks! I’ll give that a try. The weird thing is that others are telling me they can see the site – I can’t, or hit the wp-admin.
Forum: Fixing WordPress
In reply to: Can I leave WP & site files in subdirectory?So… if in the following guide:
..if I IGNORE the instruction to change the site url in settings:general from example.com/wp to example.com
AND add the following code…
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?YourDomain.com$
RewriteRule ^(/)?$ blog [L]… the site now works.
Forum: Fixing WordPress
In reply to: Can I leave WP & site files in subdirectory?Geez… lost. Are there such things as paid WordPress consultants for an incident based issue?
Forum: Fixing WordPress
In reply to: Can I leave WP & site files in subdirectory?Actually, this method did not work. I found a similar set of directions on wpbeginner.com and those didn’t work either.
Simple instructions…
-changed the site address (url) to example.com in Settings:General
-Downloaded a copy of the .htaccess (wasn’t hidden) and index.php to my desktop
-edited the index.php to reflect /wp/wp-blog-header.php (my subdir is “wp”)
-moved both the .htaccess and edited index.php to the root directory.The only part of the instructions I didn’t understand was:
If you have set up Permalinks, go to the Permalinks panel and update your Permalink structure. WordPress will automatically update your .htaccess file if it has the appropriate file permissions. If WordPress can’t write to your .htaccess file, it will display the new rewrite rules to you, which you should manually copy into your .htaccess file (in the same directory as the main index.php file.)
Permalinks seem to be fine… was still set to “Post Name” option.
“If WordPress can’t write to your .htaccessfile….” I didn’t see a display so I assume it was able to write to the file.
No clue.