Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fancy Url Works for Pages, not Blog Posts
#1
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?
Reply
#2
For blog plugins you have to add the plugins rules also for the rewrites.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
(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.
Reply
#4
(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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#5
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.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#6
I am an idiot; I missed the hyperlink at the bottom of the blog settings page. Sorry about that.
Reply
#7
no sorry ;=)

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

Cheers. Connie
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply




Users browsing this thread: 1 Guest(s)