1
benell
Static Name
  • 2003/12/31 8:04

  • benell

  • Just popping in

  • Posts: 63

  • Since: 2003/12/7


Is it possible to have as site name

www.five-losers.net

instead of when i klick a module

www.five-losers.net/modules/newbb

is this possible?

ty, and a nice new year :)

2
Stewdio
Re: Static Name
  • 2003/12/31 9:06

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


Yes and no. It's not something you can configure in Xoops, but if your domain host provides masking, you can go that rout. You will have to check with your domain host (which may be differenet then your web host)

3
robekras
Re: Static Name
  • 2003/12/31 10:48

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


If I'm correct, it's the mod_rewrite stuff (on Apache servers)!?

There is the following thread:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=13505&forum=3#forumpost62902

You can check whether the mod_rewrite is enabled on your site whith a phpinfo () command.
If it is a Apache server it should show mod_rewrite under
Loaded Modules.


4
Catzwolf
Re: Static Name
  • 2003/12/31 14:25

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


We are working on this and hope to have this implemented by XOOPS v2.1.0.

Yes you are correct it is mod_rewrite.


5
benell
Re: Static Name
  • 2003/12/31 15:54

  • benell

  • Just popping in

  • Posts: 63

  • Since: 2003/12/7


# if nothing is entered load document
# that is defined as default for this dir
RewriteRule ^/() - [L]
# process any direct module links normally
RewriteRule ^(modules/*) - [L]
# If looking for an actual file or directory
# serve it to them, else load /include.process.php
RewriteRule ^([^\.]+)$ /include/process.php?q=$1 [L]

WHen i enter this it does not work?

Login

Who's Online

97 user(s) are online (68 user(s) are browsing Support Forums)


Members: 0


Guests: 97


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