UseBB Community

The official board for UseBB help and discussion

UseBB Community » Help & Support » F-URL's & new files

F-URL's & new files

Moderators: Gaia.

Page: 1

Author Post
Moderator
Registered: Oct 2005
Posts: 445
Location: canada
Not sure if this is a bug or not.

But, i added a new link to the top menu and used the $functions->make_url();

But, when i try to go to the page, it says that xxx.html does not exist and gives me a 404.

Is there some other place that I have to edit to get F-URL's to work for a different file?
Developer
Registered: Apr 2004
Posts: 2215
Location: Belgium
You need to edit .htaccess and add a rewrite rule, for example
RewriteRule ^links\.html$ links.php

The first part is a regular expression, the second is the target file.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 445
Location: canada
ah, thanks, worked prefectly.

Page: 1

UseBB Community » Help & Support » F-URL's & new files

UseBB Community is powered by UseBB 1 Forum Software