krishammer
Forum Replies Created
-
The plugin is putting it here:
https://www.antiquebilliardtables.com/cms/robots.txtOf course WP is in /cms.
I think I see the issue. WordPress is in a subdirectory, and it is putting the robots.txt file in the subdirectory, however WordPress is serving up a virtual robots.txt on the root.
Any way to make it put the file on the root?
Any ideas?
Forum: Plugins
In reply to: [Contact Form 7] Form Not UpdatingThe avada theme seems to be creating a form from somewhere else (form 7 was the only one under Contact forms). I inserted the shortcode and now I have Form 7, thanks.
- This reply was modified 8 years, 2 months ago by krishammer.
Forum: Fixing WordPress
In reply to: Site Address (URL) – Usage, Result, and ChangesI am presently running in the same path and had deleted the /site folder. If it puts nothing there, I guess there may be no value in the /site folder.
This is what is in the /CMS folder (the basis for the one that was in the /site folder):
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /CMS/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /CMS/index.php [L]
</IfModule># END WordPress
I appreciate your help.
Forum: Fixing WordPress
In reply to: Site Address (URL) – Usage, Result, and ChangesThe folder was empty. I copied the .htaccess and index.php. I then edited the .htaccess by adding the /CMS, and copied/pasted from Permalinks per the procedure. Now it is looking for BOTH folders in the path:
Warning: require(/home/89/26/2912689/web/site/CMS/wp-blog-header.php): failed to open stream: No such file or directory in /home/89/26/2912689/web/site/index.php on line 17
Fatal error: require(): Failed opening required ‘/home/89/26/2912689/web/site/CMS/wp-blog-header.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /home/89/26/2912689/web/site/index.php on line 17
Another question: If WP basically puts nothing in the Site Address URL folder, is there any reason why I should not simply make it the same as the location of WP itself (/CMS)?
Forum: Fixing WordPress
In reply to: Site Address (URL) – Usage, Result, and ChangesI configured WP as:
WordPress Address URL: http://www.domain.com/CMS/
Site Address URL: http://www.domain.com/site/The status page for Avada theme shows:
WordPress Environment
Home URL: [?] http://www.antiquebilliardtables.com/site
Site URL: [?] http://www.antiquebilliardtables.com/CMSIf I go to /CMS, I get:
Avada: Error 404 PageIf I go to /site, I get:
Forbidden
You don’t have permission to access /site/ on this server.Seems kind of backwards, no?
the /site folder permissions are 755.
Any input?
- This reply was modified 8 years, 3 months ago by krishammer.
Forum: Fixing WordPress
In reply to: Site in Separate SubfolderAddressed separately – closed…
Forum: Fixing WordPress
In reply to: Site Address (URL) – Usage, Result, and ChangesGreat, thanks Kim. I already have WP in /CMS/ so that is good. Just a content move after development will be needed.
Will any page I create be served from the database and appear as: http://www.domain.com/Development/whateverpage.html ?
If the settings are:
WordPress Address URL: http://www.domain.com/CMS/
Site Address URL: http://www.domain.com/Development/Forum: Fixing WordPress
In reply to: My homepage is not showing up on my webisteMaybe you found something, but it displays fine for me (though a little slow).
Forum: Fixing WordPress
In reply to: Site in Separate SubfolderPost above revised (unable to edit for some reason):
I saw the HV post after the above post, sorry.
As as noob, I purchased a WP theme (Avada). I have yet to create any page, however any page I create will be served from the database and appear as: http://www.domain.com\Development\somepage.html ?
If the settings are:
WordPress Address URL: http://www.domain.com\CMS\
Site Address URL: http://www.domain.com\Development\If I have a bunch of old non-WP content in the root now, is there any reason I should not simply make the Site Address URL be: http://www.domain.com (root) and run the old non-WP site in parallel with the WP development site? Would it overwrite my existing index.htm, or ? Does it put a bunch of files in the Site Address URL location or just an htaccess file for redirection?
When I am ready to change the Site Address URL to the root: https://codex.wordpress.org/Changing_The_Site_URL This messy article seems to suggest that I can change the Site Address URL in the WP configuration, then I simply have to edit the htaccess file. (no direct database edit if I still have access to the configuration page) Is that not correct?
Forum: Fixing WordPress
In reply to: Site in Separate SubfolderI saw the HV post after the above post, sorry.
As as noob, I purchased a WP theme (Avada). I have yet to create any page, however any page I create will be served from the database and appear as: http://www.domain.com\Development\somepage.html ?
If the settings are:
WordPress Address URL: http://www.domain.com\CMS\
Site Address URL: http://www.domain.com\Development\If I have a bunch of old non-WP content in the root now, is there any reason I should not simply make the Site Address URL be: http://www.domain.com (root)? Would it overwrite my existing index.htm, or ? Does it put a bunch of files in the Site Address URL location or just a file for redirection?
Forum: Fixing WordPress
In reply to: Site in Separate SubfolderTo be sure we are talking about the same, I am not just referring to images, but rather the entire site – all html pages, images, etc. Is moving the entire site from a folder to the root as easy as changing the Site Address URL in configuration (and moving the HTML files and images of course)?