Hello
I have a question!
urls pretty in backend is possivel??
If yes how?
urls pretty in backend
-
cyberman
Re: urls pretty in backend
Sure.
You have only to copy a .htaccess file (with correct syntax inside) to /admin folder.
You have only to copy a .htaccess file (with correct syntax inside) to /admin folder.
-
nuno
Re: urls pretty in backend
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]
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
Hello,
Pierre M.
I don't understand your question. What do you have and what do you want to have ?nuno wrote: urls pretty in backend is possivel??
Pierre M.
-
nuno
Re: urls pretty in backend
it is possible URL pretty inside of admin
http://atelier/cmsroot/cmsmadesimple/ad ... module=NMS
for this
http://atelier/cmsroot/cmsmadesimple/admin/NMS/
http://atelier/cmsroot/cmsmadesimple/ad ... module=NMS
for this
http://atelier/cmsroot/cmsmadesimple/admin/NMS/
-
Pierre M.
Re: urls pretty in backend
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.
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
its doable, probably two weeks of work and touching a *lot* of files and the gain is minimal
-
nuno
Re: urls pretty in backend
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!
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!

