rubyfruitradio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem installing themesI am not sure what that means or how to fix it. the permissions have write checked but the numeric value is 732. is that the number I need to change?
Forum: Fixing WordPress
In reply to: .htaccess file is there, but permalinks aren’t workingbump
Forum: Fixing WordPress
In reply to: .htaccess file is there, but permalinks aren’t workinghtaccess files are allowed. i’ve been reading all the forums, i’ve rtfm, not sure what else to do except forget about using wordpress. my site is a mess because all the links are busted and it’s not good.
Forum: Fixing WordPress
In reply to: .htaccess file is there, but permalinks aren’t workingI guess based on what adamrbrown is saying, apache is ignoring the file.
It’s set to 777. I RTFM. Not sure how to make apache see it.
Forum: Fixing WordPress
In reply to: .htaccess file is there, but permalinks aren’t workingHere is the error I get for one of my pages.
Not Found
The requested URL /artists/ was not found on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
The permissions are set to 777. That was the first thing I did.
My custom structure is currently /%postname%/. I have also tried some of the other ones shown in the console.
My htaccess files says
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: .htaccess file is there, but permalinks aren’t workingI did that. I’m not sure what else to do. I RTFM and it still doesn’t work.
Is this a style sheet problem? I really don’t know. It worked for a minute but was pointing the old site and not the template.
So much for stuff being easy.
Forum: Fixing WordPress
In reply to: .htaccess file is there, but permalinks aren’t workingI did that. I still get a 404 for all my pages.
My custom permalink structure is /%postname%/
This is what my .htaccess file has in it
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>