-6

I have searched all over the net and this site too ( trust me on that :( ) but couldn't find a simpler solution instead of manual .htaccess rewrite for every single url.

So ... Is there a plugin or easier way, to rewrite all e107 systems urls as SEO friendly ones?

I am using v1.0.4 ( since the 2.0 is still in alpha stage ).

I just hate see them as

enter image description here

instead of just /news/ or

enter image description here

instead of just /forum/ etc.

Deduplicator
  • 44,692
  • 7
  • 66
  • 118
Peon
  • 7,902
  • 7
  • 59
  • 100
  • Does this help at all? http://stackoverflow.com/questions/4908122/removing-the-php-extension-with-mod-rewrite – HeavyHead Jan 05 '14 at 23:41
  • Sorry m8, it does not. I know how to rewrite, but I'm trying to find an easier way to do this for this particular system. It is giving me a headache that I cant do anything about. I just refuse to believe, that e107 has no *normal* way to create clean urls. – Peon Jan 05 '14 at 23:45
  • If there is no predictable pattern, then you'll have to do it individually – Jon Lin Jan 05 '14 at 23:52
  • @JonLin That's what I'm afraid of and the options are way too many for the *comfort zone* :( – Peon Jan 06 '14 at 00:00

2 Answers2

-1

Ok, so this might not be exactly what I was looking for, but as close as it gets.

Spinning Planet's SEO module let's you create and manage rewrite rules the easy way.

With some manual url rewrite in theme.php and this plugin I got pretty much all of the important urls rewritten.

Peon
  • 7,902
  • 7
  • 59
  • 100
-1

In e107 v1.0 there is no core SEO or FURL support. The suggested Spinning Planet SEO plugin is probably your best shot for v1.0. As of e107 Booststrap CMS (formerly known as v2) friendly URLS will be part of the core functionality. However, this version is still in ALPHA stage. See: https://github.com/e107inc/e107

nlstart
  • 11
  • 1
  • 6