Removing index.php From the Homepage URL

Posted on 03. Feb, 2012 by in Configuration

To hide index.php from the homepage URL, i.e. redirect http://example.com/index.php to http://example.com/ follow the instructions below: Open the file .htaccess in the root folder with a text editor. Replace the domain example.com in line 12 with the location SnipsManager is installed on. Remove the hash sign ‘#’ at the beginning of line 12. Save and [...]

Disabling URL Shortener

Posted on 03. Feb, 2012 by in Configuration

As of version 2.3 SnipsManager has URL shortening enabled by default. So snippet URLs will be http://example.com/123 instead of http://example.com/show.php?id=123. If you would like to disable it follow the instructions below: Open the file includes/parser.php with a text editor. Replace line 65 with the following line: $link = $sitename . “show.php?id=” . $row['id']; Replace line [...]

Contact Page

Posted on 12. Sep, 2010 by in Configuration

How setup the Contact page or hide it from visitors.

Adding Banner Ads at the Bottom of Pages

Posted on 11. Sep, 2010 by in Configuration

How to add advertisements at the bottom of SnipsManager pages.

Changing Database Details

Posted on 11. Jul, 2010 by in Configuration

How to change the database name and login details in the script.