Posts: 3
Threads: 1
Joined: Aug 2012
Hello!
I want to ask - maybe anyone knows a plugin for Custom URL's? I can't set my own URL's with Fancy URL's so I need another way to make own URL's for all pages of my sites, I don't need index.php?id=%slug%, I need %slug% or %slug%.html. I read wiki about pretty URL's but I haven't permission to change .htaccess.
Thanks for you help and sorry for my bad English
Posts: 1,204
Threads: 30
Joined: Jun 2010
%slug% has to be set in admin panel settings. No need to change rewrite rules, unless you want to get slug.html ->
http://get-simple.info/forum/post/7878/#p7878
Addons: blue business theme, Online Visitors, Notepad
Posts: 3
Threads: 1
Joined: Aug 2012
Hi!
Thanks for your reply!
I read that topic and made changes to .htaccess and Settings in Admin panel but anyway I receive 404 Not Found.
I can' understand how it works - I need that my pages have URL
http://www.mysite.com/slug or
http://www.mysite.com/slug.html.
1. I set Use Fancy URL's
2. Type %slug% in Custom permalink Structure field
3. Add in .htaccess this line - RewriteRule ([A-Za-z0-9-]+).html index.php?id=$1 [QSA,L]
and then I getting 404 Not Found when I trying to click to link with the page from my menu.
Where is fail?
Thanks for your support.
Posts: 75
Threads: 14
Joined: Apr 2011
2012-08-07, 05:47:00
(This post was last modified: 2012-08-07, 05:49:39 by RAK.)
Quote:1. I set Use Fancy URL's - YES
2. Type %slug% in Custom permalink Structure field - NO
3. Add in .htaccess this line - RewriteRule ([A-Za-z0-9-]+).html index.php?id=$1 [QSA,L] - NO
you need :
1. Use Fancy URLs CHECK
2. Add in Custom Permalink Structure this code.
Quote:%slug%.html
That is it.
Posts: 3
Threads: 1
Joined: Aug 2012
Hello!
I did it one more time and got
Not Found
The requested URL /sitename/index.php was not found on this server.
I use GetSimple 3.0.