[Pro] <base href="/" />

Here’s how I do it.

In the .htaccess file:

RewriteEngine On
RewriteBase /

 # The Friendly URLs part
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

In the document head:

<base href="[[!++base_url]]">

Note: The [[…]] part is unique to my CMS.

Todd
QREATiv Community Project | https://qreativ.space


dynamo mailing list
email@hidden
Update your subscriptions at: