Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fancy URLs not working
#5
Hi everyone, (sorry for my english ;P)

GetSimple is fuc**** amazing Big Grin
I discovered this CMS two days ago and now i'm try to make my first site to test, but i have problem with fancy URL's.

Please, look to 'polecane(dot)tk'
As You see, You can clik buttons in menu and the URL is change, but content from main site is the same all the time.

PHP version is 5.2.17
Apache 2.2.20
GS version is 3.0
mod_rewrite is ON - I have other sites there and everything is ok


Htaccess in this moment looking like that:
Code:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

When i tried to change just rewrite rule for:
Code:
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
is going 404.

In GS admin panel I tried to change permalink structure to
Code:
%parent%/%slug%/
or just
Code:
%slug%/
and it's still doesnt work.

It's just one situation, when everything working right - when my permalink structure is
Code:
?id=%slug%
but I don't want URL's like
Code:
...polecane(dot)tk/?id=to...
I want get URL's like
Code:
example.com/post-name

1. How should looking a right htaccess?
2. How should looking a right permalink structure?

Thanks for all help and sorry for my english againSmile
I hope that everyone understand what I want to say Big Grin
Reply


Messages In This Thread
Fancy URLs not working - by apatheticresistance - 2011-11-23, 18:01:38
Fancy URLs not working - by Connie - 2011-11-23, 18:06:54
Fancy URLs not working - by apatheticresistance - 2011-11-23, 18:26:26
Fancy URLs not working - by ccagle8 - 2011-11-24, 01:08:14
Fancy URLs not working - by BungaBungaTime! - 2011-12-13, 12:16:20
Fancy URLs not working - by chakvak - 2011-12-14, 13:29:53
Fancy URLs not working - by Noesis_Mik - 2011-12-15, 12:56:19
Fancy URLs not working - by chiara - 2012-04-06, 23:03:00
Fancy URLs not working - by alvares - 2012-06-26, 22:37:46
Fancy URLs not working - by andyhasit - 2012-10-03, 02:58:24



Users browsing this thread: 1 Guest(s)