1
plavoie
How to hide part of url on the home page
  • 2005/6/16 15:38

  • plavoie

  • Just popping in

  • Posts: 4

  • Since: 2004/11/3


I've looked at a lot of posts in the forum and I haven't found the answer to this simple question: a lot of XOOPS sites (including xoops.org) do not show a "complete" url on the home page. Ex.:

[complete]http://www.mysite.org/modules/news/
[hidden]http://www.mysite.org/

Is that possible because those sites use Simplify URL module/hack? How can I prevent the "modules/news/" string to be shown?

2
Watdehek
Re: How to hide part of url on the home page
  • 2005/6/16 15:55

  • Watdehek

  • Friend of XOOPS

  • Posts: 130

  • Since: 2005/2/21


Upload a file named index.html containing:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<
html>
<
head>
    <
title><Your title></title>
</
head>

<!-- 
frames -->
<
frameset  rows="0%,*" border="0">
    <
frame name="hidden" src="" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" border="0" noresize>
    <
frame name="content" src="http://<yoursite>/index.php" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
</
frameset>


Then upload a .htaccess file containing:

DirectoryIndex index.html index.php


And that's it.

Remember, search engine submission which automatically scans for metadata cannot determine the metatags this way. Then you need to submit
http://<yoursite>/index.php

3
technigrafa
Re: How to hide part of url on the home page

Is there a way to do this without using frames?

4
davidl2
Re: How to hide part of url on the home page
  • 2005/9/28 0:12

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26



Login

Who's Online

112 user(s) are online (61 user(s) are browsing Support Forums)


Members: 0


Guests: 112


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits