Administrator URL 301 Redirects to Home Page - Joomla! Forum - community, help and support
hi,
our site doing 301 redirect home page when administrator page browsed. .htaccess file using sef follows:
jsecure not listed in comp0onents subdirectory , therefore don't believe it's installed. must done ensure adminstrator link can followed?
our site doing 301 redirect home page when administrator page browsed. .htaccess file using sef follows:
code: select all
## begin - joomla! core sef section.
#
rewriterule .* - [e=http_authorization:%{http:authorization}]
#
# if requested path , file not /index.php , request
# has not been internally rewritten index.php script
rewritecond %{request_uri} !^/index\.php
# , request within component folder,
# or site root, or extensionless url, or the
# requested url ends 1 of listed extensions
rewritecond %{request_uri} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [nc]
# , requested path , file doesn't directly match physical file
rewritecond %{request_filename} !-f
# , requested path , file doesn't directly match physical folder
rewritecond %{request_filename} !-d
# internally rewrite request index.php script
rewriterule .* index.php [l]
#
## end - joomla! core sef section.
jsecure not listed in comp0onents subdirectory , therefore don't believe it's installed. must done ensure adminstrator link can followed?
please verify not entirety of .htaccess file - missing many things. may have separate .htaccess file in administrator folder -- check that.
and, matter, may helpful see whole .htaccess, since it's first place redirection issue.
also verify have no redirection extensions or 3rd-party sef extensions.
if none of turns solution, please use forum post assistant.
and, matter, may helpful see whole .htaccess, since it's first place redirection issue.
also verify have no redirection extensions or 3rd-party sef extensions.
if none of turns solution, please use forum post assistant.
Comments
Post a Comment