should index.php appear in the URL ?
Permalinke.g. mysite.com/concrete/index.php/services
now this works but its screwing up our google adwords adverts as index.php wasn't used before.
while on 5.4.2.1 url would be : mysite.com/concrete/servises but now the page is not found
any ideas how to fix this ??
thanks in advance for any suggestions
anything else i need to do ?
1. Login into your website as admin>>
2. Go to Dashboard>>
3. Scrapbook>>
4. Global Scrapbook>>
5. Edit>>
6. You should see a wysiwyg where you can edit the name or add an image.
Thanks for the tip
define('URL_REWRITING_ALL', true);
1) Create a new file titled .htaccess in a plain text program.
2) Copy and paste the code from the Dashboard (available after you click "enable pretty urls"
3) Save the file and upload to the root folder: yoursite/.htaccess
That should do it.
Can anyone help to make the browser address bar show "http://lichfieldtherapy.co.uk/treatments" instead?
ie. Change
<a title="Treatments" href="{CCM:BASE_URL}/index.php/treatments">
to
<a title="Treatments" href="{CCM:BASE_URL}/treatments">
"Enabling Vanity URLs / Pretty URLs
If you care about Search Engine Optimization (SEO) you should consider turning on Pretty URLs. This turns a geeky looking web address like:
into something like:
To enable Pretty URLs, login to your concrete5 instance as the Admin user, and goto Dashboard > Sitewide Settings. There's an option on the right of that page which you can turn on. You may also have to create a .htaccess file on your sever for this to work right, the Dashboard will provide the details for that file."
SOURCE: http://www.concrete5.org/documentation/installation/installing_conc...