Permalink cluster*#$@
-
I wanted to change my permalinks to be just the postname. Every time I change it to that, none of my links work. I created an .htaccess file with the code wordpress told me:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>I created an .htaccess file and tried putting it both in urbanscout.org/.htaccess and urbanscout.org/wordpress/.htaccess.
I changed the permissions of the .htaccess to be able to 666 as they said.
When I have the file in urbanscout.org/.htaccess my site does not work. Even when I have a blank file called .htaccess in this folder, the site says, “Server error.”
When I have the file in urbanscout.org/wordpress/.htaccess, the main page loads, but when I click on a blog to read it, I get a 404 not found page.
I thought it might be because I changed it to only the postname and it said you may have trouble doing that, but I changed it to several other options and none of them worked. I don’t understand why my wordpress options told me that it could not access my .htaccess file even after I changed the permissions.
According to my host GoDaddy, I have Apache, so the mod_rewrite should work:
https://help.godaddy.com/article.php?article_id=898&topic_id=I read through the wordpress site:
https://codex.www.ads-software.com/Using_PermalinksAs suggested in the permalinks page here, and a few other places, I tried changing my wp-includes/vars.php file to:
$is_apache = 1;
and my site would not load, saying that there was an error on file wp-includes/vars.php line 37.
AAAAHHH! Please help me.
- The topic ‘Permalink cluster*#$@’ is closed to new replies.