codefight cms could not get admin page

Hi,

I am using codefight cms in the development server (e.g http://www.myhost.com/dev/) , which is set up on a godaddy server.


First I couldn’t access any CMS pages. Then I searched and found out that the .htaccess needed to be changed to make it work.



I changed the following htaccess lines


  RewriteBase /


  RewriteRule ^admin/(.*)$ admin.php/$1 [L]


  RewriteRule ^(.*)$ index.php/$1 [L]



to this. [below changed lines]


  RewriteBase /dev


  RewriteRule ^admin/(.*)$ admin.php?/$1 [L]


  RewriteRule ^(.*)$ index.php?/$1 [L]



now, when I try to access the http://www.myhost.com/dev/admin, I get a 404 page.


Is there any way that I could be able to resolve this by making any changes to the .htaccess?



Thank you

continue reading ...

 

 

 

Author chaleswa has posted total 9 posts.
click here To post comments on the above post.
Date: 01-04-2010 02:11:59am

 

 

You may also like:

And, Around the globe:

 

 

 

 1 2 3 4 >  Last ›
 


Page rendered in 1.5097 seconds

 
Powered by: Codefight CMS | A Damodar Bashyal Creation.