Page 1 of 1
urls pretty in backend
Posted: Fri Sep 21, 2007 12:09 pm
by nuno
Hello
I have a question!
urls pretty in backend is possivel??
If yes how?
Re: urls pretty in backend
Posted: Fri Sep 21, 2007 1:54 pm
by cyberman
Sure.
You have only to copy a .htaccess file (with correct syntax inside) to /admin folder.
Re: urls pretty in backend
Posted: Fri Sep 21, 2007 2:49 pm
by nuno
Which is correct syntax please in .htacess?
in root folder i have
Options -Indexes
Options +FollowSymLinks
RewriteEngine on
RewriteBase /cmsroot/cmsmadesimple
# 301 Redirect all requests that don't contain a dot or trailing slash to
# include a trailing slash
RewriteCond %{REQUEST_URI} !/$
RewriteCond %{REQUEST_URI} !\.
RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]
# Rewrites urls in the form of /parent/child/
# but only rewrites if the requested URL is not a file or directory
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
RewriteRule ^(.+)$ index.php?page=$1 [QSA]
Re: urls pretty in backend
Posted: Fri Sep 21, 2007 3:34 pm
by Pierre M.
Hello,
nuno wrote:
urls pretty in backend is possivel??
I don't understand your question. What do you have and what do you want to have ?
Pierre M.
Re: urls pretty in backend
Posted: Fri Sep 21, 2007 3:43 pm
by nuno
Re: urls pretty in backend
Posted: Fri Sep 21, 2007 4:01 pm
by Pierre M.
Well... it is computing so it is technically possible and you must tell the computer how to compute...
If you really care on what you are describing you must have :
-either a very strong reason (which one ?)
-or already the ability to set it up yourself.
Please take no offense, your request seems odd to me, but I don't see your context.
Pierre M.
Re: urls pretty in backend
Posted: Fri Sep 21, 2007 4:13 pm
by tsw
its doable, probably two weeks of work and touching a *lot* of files and the gain is minimal
Re: urls pretty in backend
Posted: Fri Sep 21, 2007 4:17 pm
by nuno
TO Pierre M
Sorry I am not to perceive its reply.
My question was this:
He is possive to have pretty URL in admin?
Cyberman said that yes and I asked I eat I would be the way to make it, does not have nothing strong to make it simply asks if it gives to make, if it gives as if it makes who to want to help, aid!