I have tested everything locally and the links point to the right page but when i check the online version it forwards to a 404 error page is their a reason for this?
I have tested everything locally and the links point to the right page but when i check the online version it forwards to a 404 error page is their a reason for this?
Got a page to look at? URL?
Contents of your .htaccess?
Nothing is always absolutely so.
the website is grotonulc.x10.bz on the left side click on restricted access then on either member or leader site. plz. e-mail me for user name and password if needed. Both pages have temporary user name and passwords available.
the .htaccess file in the home directory contains:
#### CC BEGIN WEBSITE ACCESS MANAGER ####
# Directory Listing
IndexIgnore *
# Set Time Zone
SetENV US/Eastern
# Set the Default Language
DefaultLanguage en-us
# Error Documents
ErrorDocument 400 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 401 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 402 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 403 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 404 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 405 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 406 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 407 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 408 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 409 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 410 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 411 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 412 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 413 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 414 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 415 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 500 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 501 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 502 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 503 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 504 http://grotonulc.x10.bz/error-docs/default_error.html
ErrorDocument 505 http://grotonulc.x10.bz/error-docs/default_error.html
#### CC END WEBSITE ACCESS MANAGER ####
Each restricted page is in its own folder with its own htaccess files as well
Leader site htaccess
#### CC BEGIN WEBSITE ACCESS MANAGER ####
AuthUserFile /home/gnyulc/public_html/.htpasswd
AuthName "Members Only"
AuthType Basic
# Access Restriction:
Require user pastor leadership
order deny,allow
#### CC END WEBSITE ACCESS MANAGER ####
Members htaccess file
#### CC BEGIN WEBSITE ACCESS MANAGER ####
AuthUserFile /home/gnyulc/public_html/.htpasswd
AuthName "Members Only"
AuthType Basic
# Access Restriction:
Require user pastor member
order deny,allow
#### CC END WEBSITE ACCESS MANAGER ####
Last edited by ascott8188395; 09-13-2011 at 02:15 PM.