Url rewrite aspx[SOLVED]
Url rewrite aspx[SOLVED]
removed post due to inactivity
Last edited by iselinarnesen on Mon Dec 07, 2015 1:43 pm, edited 2 times in total.
Re: Url rewrite aspx
Also add to config.php:
Rolf
Code: Select all
$config['page_extension'] = '.aspx';
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Url rewrite aspx
Thanks for yoyr answer. Unfortunately it did not work. Do you have any other idea?
Kind regards,
Iselin.
Kind regards,
Iselin.
Re: Url rewrite aspx
To set the extension we most times use the "pretty URL" settings...
In [root] of site is a folder called doc in this is file called htaccess.txt (not .htaccess) copy this to the [root] rename it to .htaccess...
In config.php add...
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '.aspx'; this can be any extension you want
In [root] of site is a folder called doc in this is file called htaccess.txt (not .htaccess) copy this to the [root] rename it to .htaccess...
In config.php add...
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '.aspx'; this can be any extension you want