XFileMirror - How to add a new page

Message
Author
Tato
Posts: 8
Joined: Oct 03, 2012 7:43 am

How to add a new page

#1 Postby Tato » Aug 03, 2013 11:55 am

How to add a new page faq.html. I recorded .htaccess

Code: Select all

RewriteRule ^faq\.html$ /cgi-bin/index.cgi?op=page&tmpl=faq [L]
I created a folder /page/faq.html
but nothing came out. issue an error.

Code: Select all

Undefined subroutine &index_m::Page called at index_m.pm line 51.
which entry to must index_m.pm.

Thanks for your help!

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#2 Postby admin » Aug 06, 2013 5:05 am

There was no such functionality in the script. We just added it (exactly the same as in Xfilesharing). If you're using version 1.4 - get new index_m.pm file.

Tato
Posts: 8
Joined: Oct 03, 2012 7:43 am

Yes I'm using version 1.4

#3 Postby Tato » Aug 06, 2013 5:35 am

Yes I'm using version 1.4, thanks!