Jump to content

unistake1

New Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by unistake1

  1. I can't find any explanation from google or bing etc. Not sure how to find the error. I presumed my .htaccess file is incorrect somehow or you can't have maybe an index.php page in a subfolder?
  2. hi all, I have an issue indexing some pages on google. The page are - http://www.website.com/gigs and http://www.website.com/gigs/gig-name The webpage that is redirected to /gigs is located inside the folders httpd.www > gigs > index.php. The webpage that is redirected to /gigs/gig-name is located inside the folders httpd.www > gigs > gig-name.php. I think the issue is in my .htaccess file that is written as: RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^website\.com$ RewriteRule ^(.*)$ http://www.website.com/$1 [R=301,L] # Remove .php file extension RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php RewriteRule ^gigs/$ gigs/index.php [L,NC] ErrorDocument 404 http://www.website.com/404.php This .htaccess file is located at httpd.www > .htaccess. Many thanks for any help!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.