jchiappisi
Forum Replies Created
-
Forum: Plugins
In reply to: [WPSSL (WordPress with SSL)] can't login to subsites in multisite installI’ve got the exact same problem, even after clearing my cache/cookies and resetting my Authentication keys.
Forum: Fixing WordPress
In reply to: permalink problemTry removing your permalinks and seeing if you can access the https://www.mydomain/blog/?p=35 again.
Forum: Fixing WordPress
In reply to: permalinks show root directory instead of actualTry to change your permalink settings, save them and then change them back to what you want them to be and save them.
Forum: Fixing WordPress
In reply to: Upgraded to 3.1 and now I can't get to the dashboardReplace the Authentication Unique Keys/Salts within your wp-config.php file in your blog directory. See these instructions and URL to do so:
https://api.www.ads-software.com/secret-key/1.1/salt/
/**#@+ * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/salt/ www.ads-software.com secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 */
Forum: Fixing WordPress
In reply to: permalink problemReset your permissions for that file to be 666 and then delete your custom permalinks from the page in the Admin area and save it. Then reapply your custom permalinks. Hopefully that should write correctly to your .htaccess file.
Forum: Fixing WordPress
In reply to: permalink problemThis looks like your .htaccess file isn’t working at all. Have you created your .htaccess file and placed it within your /blog directory?
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPress
The permissions should be 666 for this file.
Forum: Fixing WordPress
In reply to: permalink problemCan you give us your blog URL?
Forum: Fixing WordPress
In reply to: 3.1 admin login problemAlso, clear your cache/cookies within your browser.
Forum: Fixing WordPress
In reply to: 3.1 admin login problemReplace the Authentication Unique Keys/Salts within your wp-config.php file in your blog directory. See these instructions and URL to do so:
https://api.www.ads-software.com/secret-key/1.1/salt/
/**#@+ * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/salt/ www.ads-software.com secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 */
Forum: Fixing WordPress
In reply to: Post Categories displaying in Custom TaxonomiesI’ve tried looking up this issue in various places with no luck. I’ve also better studied the variables a little more so to see if it could be an issue with them, but nada. Any help would be appreciated!
Are you experiencing the same thing? Anyone?
Forum: Fixing WordPress
In reply to: Security error when uploading jpeg image using new macbookNot a problem! =) Happy blogging!
Forum: Fixing WordPress
In reply to: RSS Feed Blank Page HELPPlease post your blog address so that we can check it out.
Forum: Fixing WordPress
In reply to: permalink problemI can open my blog home page but get a 404 error when clicking to read the post. The address bar reads https://wwww.mydomain/blog/blogtitle/
Is this supposed to be: https://www.mydomain/blog/blogtitle/ ?
When you view https://www.mydomain/blog/?p=35 can you view the post?
Forum: Fixing WordPress
In reply to: permalink problemHave you turned off the Yoast SEO plugin and verified that it still is not working when all plugins are deactivated?
Forum: Fixing WordPress
In reply to: Security error when uploading jpeg image using new macbookTry saving it as a .jpg and not a .jpeg.