Page 1 of 1

Url rewrite aspx[SOLVED]

Posted: Wed Apr 18, 2012 10:34 am
by iselinarnesen
removed post due to inactivity

Re: Url rewrite aspx

Posted: Wed Apr 18, 2012 11:21 am
by Rolf
Also add to config.php:

Code: Select all

$config['page_extension'] = '.aspx';
Rolf

Re: Url rewrite aspx

Posted: Thu Apr 19, 2012 11:21 am
by iselinarnesen
Thanks for yoyr answer. Unfortunately it did not work. Do you have any other idea?

Kind regards,

Iselin.

Re: Url rewrite aspx

Posted: Thu Apr 19, 2012 6:10 pm
by Dr.CSS
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

Re: Url rewrite aspx

Posted: Tue Apr 24, 2012 2:43 pm
by iselinarnesen
Thank you so much. It's working now:)