I want to insert a new page, called "imprint". So I need a imprint.php and a imprint.html.
How does the imprint.php have to look like?
I want to insert a new page, called "imprint". So I need a imprint.php and a imprint.html.
How does the imprint.php have to look like?
nope, if your using any version from 5.1 > 5.3 then you can look in your tempaltes folder and find one page called custom_page_template.html. use this as a template to create your new page. Once you have finished save and upload it. If you called it imprint.html then link to
www.yourdomain.com/page.php?id=imprint
Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )
works
Thanks a lot!
Do I need to modify .htaccess to make such link SEO Friendly ?
www.zgred.pl | www.linksor.com | www.multiportal.pl | www.szukaj24.pl | www.sidlink.com | www.pirlo.pl - all ON IU 5.4.x
Yes. But in admin panel you can easily change the url pattern. Go to admin panel > option > mod-rewrite
For the custom page you need to change .htaccess manually. In nicecoder.com we use the following codes
Code:RewriteRule ^products.html page.php?id=products RewriteRule ^custom.html page.php?id=custom RewriteRule ^order.html page.php?id=order RewriteRule ^contact.html page.php?id=contact RewriteRule ^download.html page.php?id=download RewriteRule ^overview.html page.php?id=overview RewriteRule ^features.html page.php?id=features RewriteRule ^demo.html page.php?id=demo RewriteRule ^premium-templates.html page.php?id=premium-templates RewriteRule ^MODs-and-AddOn.html page.php?id=MODs-and-AddOn
Is there no way to take the word after the id= and the put that in front of the .html... like a wildcard?
also another question.. can the custom pages have underscores in their file name?
so that it would be.... for example page.php?id=indexu_v10_features
if we could some how combine those two features i think it would work well