Can not login to administrator
- balam
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 8 months ago #348
by balam
when i go to my admin /
/administrator i get redirected to index paage
any help to fix that.
/administrator i get redirected to index paage
any help to fix that.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
17 years 8 months ago #349
by Saka
Emir Sakic
www.sakic.net
Could be something wrong with mod_rewrite. Try /administrator/index.php
Also post the content of your .htaccess file.
Also post the content of your .htaccess file.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- balam
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 8 months ago #350
by balam
thanks
I try /administrator/index.php and works
I also have a oscommerce as a subdirectory
my-root/oscommerce
and when my clientents try to login theey get redirected to
/index
this is causing a big pproblem
here is my .httaccess
#
# mod_rewrite in use
#
RewriteEngine On
# Uncomment following line if you get 403 Forbidden Error
#Options +FollowSymLinks
# Uncomment following line if your webserver's URL
# is not directly related to physival file paths.
# Update YourMamboDirectory (just / for root)
#RewriteBase /YourMamboDirectory
#
# Rules
#
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
I try /administrator/index.php and works
I also have a oscommerce as a subdirectory
my-root/oscommerce
and when my clientents try to login theey get redirected to
/index
this is causing a big pproblem
here is my .httaccess
#
# mod_rewrite in use
#
RewriteEngine On
# Uncomment following line if you get 403 Forbidden Error
#Options +FollowSymLinks
# Uncomment following line if your webserver's URL
# is not directly related to physival file paths.
# Update YourMamboDirectory (just / for root)
#RewriteBase /YourMamboDirectory
#
# Rules
#
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
Please Log in or Create an account to join the conversation.
- balam
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 8 months ago #356
by balam
any help.....
Please Log in or Create an account to join the conversation.