moiraesfate
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Facebook like thumbnail issueOK, I’ve tried every bit of advice I can find on the net, and every plugin on the site. NOTHING fixes this. Does no one have any ideas?
Forum: Fixing WordPress
In reply to: Facebook like thumbnail issueI should add, it doesn’t seem to matter what image I use or what size it is.
Forum: Fixing WordPress
In reply to: How to remove the RSS icon from the top bar of my site.Its working now. For some reason, the redirect was backward.
Forum: Fixing WordPress
In reply to: How to remove the RSS icon from the top bar of my site.Oops, I’m sorry. I’m not even sure why its doing that. Its supposed to redirect to the actual page so I’ll have to take a look. It was working fine last night.
Forum: Fixing WordPress
In reply to: Please help, what am I doing wrong? SEO friendly pagesNo error that time.
I did notice something with my htaccess file though.
If I have the default links on, the htaccess file says
RewriteEngine on
# BEGIN WordPress
# END WordPress
RewriteCond %{HTTP_HOST} ^in\-silentio\-noctis\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.in\-silentio\-noctis\.com$
RewriteRule ^/?$ “http\:\/\/in\-silentio\-noctis\.com\/index\/” [R=301,L]If I have the permalink setup with the /%category%/%postname% on it says
RewriteEngine on
# 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
RewriteCond %{HTTP_HOST} ^in\-silentio\-noctis\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.in\-silentio\-noctis\.com$
RewriteRule ^/?$ “http\:\/\/in\-silentio\-noctis\.com\/index\/” [R=301,L]I wasn’t sure if its supposed to do that. From what I’ve been reading, its supposed to always say
# 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
[No bumping, thank you. If it’s that urgent, consider hiring someone.]
Forum: Fixing WordPress
In reply to: Please help, what am I doing wrong? SEO friendly pages🙁 I wish wordpress would update its own information on its own websites then. Especially since its suppose to be the codex.
Do you have any suggestions that could help esmi?
Forum: Fixing WordPress
In reply to: Please help, what am I doing wrong? SEO friendly pagesI should also say that the codex says there should be a manage button on my admin panel and I could manually alter files there. I can’t find it anywhere.
Forum: Fixing WordPress
In reply to: Please help, what am I doing wrong? SEO friendly pagesAre you still able to help?
How do I know if my host is blocking the variable I need? I looked at the vars.php file and it doesn’t have $is_apache = strstr($_SERVER[‘SERVER_SOFTWARE’], ‘Apache’) ? 1 : 0; in it like the codex says it should. So its literally not there to alter.
Forum: Fixing WordPress
In reply to: Please help, what am I doing wrong? SEO friendly pages🙁 Its still 404.
I’m using the newest version of wordpress.
I’m sorry, I’m new to this.
Forum: Fixing WordPress
In reply to: Please help, what am I doing wrong? SEO friendly pagesI have it set exactly as I posted. I have selected the custom structure in the permalink setting and in the blank area next to it, I have
mydomain.com/%category%/%postname%/So the only thing that should be in the custom permalink area is /%category%/%postname% ? Without adding mydomain.com and without the quotes?