max0005
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress errorhttp://max0005.com – The issue seems fixed now. Apparently my browser my automatically appending an extra / to the end of the URL in the permalink structure which was then escaped upon requesting page.
Basically it was appending a / to %author$/ making it $author%/ just to then escape the extra / when loading the page.
Thank you very much for your help, I wish you a happy christmas and some great holidays!
Forum: Fixing WordPress
In reply to: WordPress errorUsing any other permalink structure it works 🙁
Forum: Fixing WordPress
In reply to: WordPress errorNo… And it was that way before too… My permalink structure is
/%author%/%post_id%-%postname%
If I use default ?p=## it works fine though.
Forum: Fixing WordPress
In reply to: WordPress errorHow do I do that? Right now it’s content is
# 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: WordPress errorI could do that, but I’ll have other people writing on my blog who don’t have access to .htaccess…
Forum: Fixing WordPress
In reply to: WordPress error…Done… Still getting 404 on permalink 🙁
Forum: Fixing WordPress
In reply to: WordPress errorI’ve disabled a few plugins which were (apparently) coded for WP 2.x and I am not longer getting warnings or errors. However, WP is still not writing permalinks.
I have my .htaccess in the root of the blog CHMOD 664…