ArtistDigital
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Messed up PermalinksI had solved this problem, once before, but forgotten the way to fix it now. I was runny many blogs through domain mapping plugin, with pretty permalinks. Those domain names got expired, and I couldn’t login to the setup, so I deleted them all, thinking of starting a fresh install. So, I believe mod_rewrite is running!
Why is it saying “No categories? Is it related to this permalink problem?
Forum: Fixing WordPress
In reply to: Messed up PermalinksThanks for your response! If by default one, you mean those ugly permalinks et fsf.com/?p=34 etc, then yes it works, but the other options like “day and name” etc, then “No”, it doesn’t. The posts don’t >404 error
Below is that code:
BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressForum: Fixing WordPress
In reply to: Permalinks problem, and posts don't show up on main pageThey don’t appear on the front end only! I messed up the permalinks, perhaps it has something to do with it! I changed permalinks from default to some other, but the page returned 404 error, so I switched it back! My front page is messed up! ?? Front page says “No categories”, whereas, there are no categories > “No Categories”!
Forum: Fixing WordPress
In reply to: Permalinks problem, and posts don't show up on main pageHave you tried switching back to default?? I had the same problem, and I switched back to default permalinnks and it works. It may help?, and I still have that problem! ??
Forum: Fixing WordPress
In reply to: Permalinks problem, and posts don't show up on main pageThanks for the link! I updated my .htaccess with the code but nothing good. Would I ever be able to change my old ugly links to fancy SEF ones??
I need a plain, simple, non-formal guide! Is it possible?