urls pretty in backend

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
nuno

urls pretty in backend

Post by nuno »

Hello
I have a question!
urls pretty in backend is possivel??
If yes how?
cyberman

Re: urls pretty in backend

Post by cyberman »

Sure.

You have only to copy a .htaccess file (with correct syntax inside) to /admin folder.
nuno

Re: urls pretty in backend

Post 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]
Pierre M.

Re: urls pretty in backend

Post 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.
nuno

Re: urls pretty in backend

Post by nuno »

Pierre M.

Re: urls pretty in backend

Post 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.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: urls pretty in backend

Post by tsw »

its doable, probably two weeks of work and touching a *lot* of files and the gain is minimal
nuno

Re: urls pretty in backend

Post 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!
Locked

Return to “CMSMS Core”