onArcade Forums

Full Version: Problem of the links in the templates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Hans
I worked htaccess file settings

Code:
^([0-9]+)\.html$ file.php?f=$1 [L]

And I want to show the link in the template, such as: http://video.alshamelsite.com/3.html


But it seems the template: http://video.alshamelsite.com/video/3/test.html

onArcade v2.4.0
Hello!

You also need to make this change in includes/URL.php file:
PHP Code:
return $this->site_url .'/'$this->file_url .'/'$id .'/'$title .'.html'
to
PHP Code:
return $this->site_url .'/'$id .'.html'

Hans
very good

thank you Mr Hans
Thank you Hans
Reference URL's