darknumchuck
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category Organization and CalendarThank you, I found a plugin that might actually do everything I was hoping for!
Forum: Fixing WordPress
In reply to: Permalinks don’t work, even default & htaccess may be blankI had a similar problem which I fixed over here: . The only real difference is that I am running Ubuntu and have Apache installed on my computer at home, making it much easier to screw with permissions and settings. You can probably use some of my mistakes as a guide though.
Hope this helps!
Forum: Fixing WordPress
In reply to: Permalink problemsOk, so I figured out my problem, and I hope it helps someone else.
First off, make sure your .htaccess file is there. It should only have code in it when you enable a permalink structure other than default.
Second, make sure you have the permissions to go and edit the apache2.conf file and add this code:
<IfModule mod_rewrite.c> RewriteEngine On </IfModule>Finally, under the sites-enabled folder of apache2, be sure to change all options that say “AllowOverride” to all instead of none. It may seem like overkill, but I’m honestly not sure which one finally worked.
Oh, and one last thing.
RESTART YOUR APACHE SERVER. I had these settings correct for 30 minutes before I realized that a simple server restart would put them into effect and then the pretty permalinks would work again.
Thanks very much to haochi!
Forum: Fixing WordPress
In reply to: Permalink problemsOk, so now both URLs in my general settings have been changed to darknumchuck.com.
Still no other pages besides the front page. Halp?
Forum: Fixing WordPress
In reply to: Permalink problemsOk, I redirected the site to my url, but I still have my wordpress url set to localhost. Should I change that?