first I would like to thanks - Cosmin
he rellay helped me how to fix the issue somehow I used his idea and after doing some changes its working.
the error was weired in starting ..let me explain here so other can try this if issue is same...
Step 1.
I changed line number 19 at file - admin/config.php
from - define('BASE_URL_ORIG', str_replace('/admin/', '/', BASE_URL) );
to - define('BASE_URL_ORIG', str_replace('/admin', '/', BASE_URL) );
and just after doing this i got my admin working
but I was not able to use - admin/settings/ subsections like - Main Setting, ReCaptcha Anti-Spam (all 5 links options)
and then again I uplaoded actual .htaccess file in admin just adding one line
admin/.htaccess
------------------------------------------------
RewriteEngine on
Options +FollowSymlinks
RewriteBase /admin
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
ErrorDocument 404 /page-unavailable/
----------------------------------------------------
but now my admin sction main link was not working it was showing -page-notavailable
then again i uplaoded defualt admin/config.php (i undo my chnages)
define('BASE_URL_ORIG', str_replace('/admin/', '/', BASE_URL) );(i puut back /after admin)
and surprise now whole thing is working as wanted
so the whole story is i really chnaged admin/.htacces
i just added - RewriteBase /admin
as its above..
but still I didn't get why it was not working earlier and where was the issue...so really no idea but good thing is ....now my site is up with 1.8 version!
thank you all.
and thanks to cosmin (putypuruty)
soon i need some payment integration on the same.
kumar
------------------------------------
www.firstjoboffer.com
www.creativevigor.com