Change URL path to exclude the word PAGE.

How on earth can I do this?   See the word page in the path?

http://mainebrain.net/page/MaineGrind

How can I change that to a different word  for example,  zone or planet or seat or anything?

Thanks!

Quote · 31 Dec 2009

Try your .htaccess file. This line here.

RewriteRule ^page/(.*)$  viewPage.php?ID=$1 [QSA,L]


page is just a friendly url for the viewPage script.

So if you change it, it will change for all of your custom pages.

https://www.deanbassett.com
Quote · 31 Dec 2009

the most logical would be to try to change the directory name, then you have to edit your /inc/header.inc.php file to reflect the path.

alternatively,

you can zip everything up, and move it up to the directory you created. you would still need to edit the /inc/header.inc.php

Regards,

DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 31 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.