Jump to content
  • 0

Адресная строка


Alex&R
 Share

Question

Здравствуйте.

Как сделать так, что бы в адресной строке выводился не полный путь, а только название сайта. Напр. вместо www.maysite.com/news/1/..., просто www.maysite.com. Я не прошу мне полностью объяснять, просто подскажите в каком направлении "копать".

Link to comment
Share on other sites

16 answers to this question

Recommended Posts

  • 0

Интересный вопрос... никогда такого не видел...

Если только твой сайт будет использовать фреймы... ...или весь во флэше

А вообще тогда нельзя будет делать закладки на страницы твоего сайта...

И не знаю как всё это понравится поисковым паукам...

Link to comment
Share on other sites

  • 0

Alex&R, подобное обычно делается во флеше, но лучше объясните заказчику (или кто там предложил такую безумную идею) что поисковики не будут находить нужные страницы.

З.Ы. обо всем этом в принципе так и сказали участники постами выше ;)

Link to comment
Share on other sites

  • 0
Даже через 3G уже будет некомфортно.
Флеш быстрее???

Я не про флеш.

Аякс в этом случае, мне кажется, все-таки сгладит некоторые неровности. Не будет белой страницы на время редиректа, и обновление будет обходиться одним запросом, а не двумя (на редирект и на контент).

Link to comment
Share on other sites

  • 0

Я решения так и не увидел, только споры.

Переименовываешь старый index.html в index-2.html.

Создаёшь новый index.html, внутри вписываешь вот что:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Название сайта</title>
</head>
<frameset rows="*" cols="*">
<frame src="index-2.html">
</frameset>
</body>
</html>

Меняешь в теге title название сайта и всё готово.

Link to comment
Share on other sites

  • 0

Я решения так и не увидел, только споры.

Переименовываешь старый index.html в index-2.html.

Создаёшь новый index.html, внутри вписываешь вот что:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Название сайта</title>
</head>
<frameset rows="*" cols="*">
<frame src="index-2.html">
</frameset>
</body>
</html>

Меняешь в теге title название сайта и всё готово.

но, вроде как фреймы не кошерны...

Link to comment
Share on other sites

  • 0

Я решения так и не увидел, только споры.

Переименовываешь старый index.html в index-2.html.

Создаёшь новый index.html, внутри вписываешь вот что:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Название сайта</title>
</head>
<frameset rows="*" cols="*">
<frame src="index-2.html">
</frameset>
</body>
</html>

Меняешь в теге title название сайта и всё готово.

но, вроде как фреймы не кошерны...

Как лет 7 уже

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy