GetSimple Support Forum
Fancy Url Works for Pages, not Blog Posts - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Fancy Url Works for Pages, not Blog Posts (/showthread.php?tid=4744)



Fancy Url Works for Pages, not Blog Posts - el_fuerte - 2013-05-15

I installed gsBlog on my website, and while fancypants url generation works for pages, it's giving me a 404 on blog posts. Same issue with clicking on tags as well.

If it was .htaccess then it wouldn't work for either page type, so I don't believe that's the issue. But stranger things have happened. Here's what my file contains:

Code:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]

Did I miss a configuration in the admin?


RE: Fancy Url Works for Pages, not Blog Posts - shawn_a - 2013-05-15

For blog plugins you have to add the plugins rules also for the rewrites.


RE: Fancy Url Works for Pages, not Blog Posts - el_fuerte - 2013-05-20

(2013-05-15, 11:38:56)shawn_a Wrote: For blog plugins you have to add the plugins rules also for the rewrites.

Is that mentioned in any of the wikis? I don't see it in the plug-in page for this.


RE: Fancy Url Works for Pages, not Blog Posts - Connie - 2013-05-20

(2013-05-20, 00:32:43)el_fuerte Wrote:
(2013-05-15, 11:38:56)shawn_a Wrote: For blog plugins you have to add the plugins rules also for the rewrites.

Is that mentioned in any of the wikis? I don't see it in the plug-in page for this.

isn't there an instruction in the settings?
As far as I remember you have to define that you want PERMALINKS for the blog posts and after that you will get the code which you have to add to your .htaccess file

check the settings of the plugin


RE: Fancy Url Works for Pages, not Blog Posts - shawn_a - 2013-05-20

Gs blog even has them listed on its settings page when you enable fancy urls. You can't miss it not sure how you did.


RE: Fancy Url Works for Pages, not Blog Posts - el_fuerte - 2013-05-20

I am an idiot; I missed the hyperlink at the bottom of the blog settings page. Sorry about that.


RE: Fancy Url Works for Pages, not Blog Posts - Connie - 2013-05-20

no sorry ;=)

it#s good that it is working for you now!

Cheers. Connie