Softaculous


Topic : .HTML tag


2

Posted By: carrelwoot on March 29, 2018, 5:41 am | Post: 15
How about the blog post that we publish? :(

Posted By: aakash_softac on March 30, 2018, 11:50 am | Post: 16
Hi,

You can do same with the blog post. All you need to do is drag and drop the blog post that you've added to menu with custom links to blog in the menu so it creates a drop-down menu.

Do let us know if you need any other information.

-----------------------
Aakash Gupta
SitePad Developer

Follow us for faster updates
Twitter: https://twitter.com/sitepad_editor
Facebook: https://facebook.com/SitePad

Posted By: kumkum on March 31, 2018, 8:20 am | Post: 17
I also tried to apply this code to remove .html or .php from my link and it works. You can check the code to remove .php:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php –f
RewriteRule ^(.*)$ $1.php [NC,L]

Another code to remove .html from link:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html –f
RewriteRule ^(.*)$ $1.html [NC,L]

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.