Jump to content

500 and 404 Errors, page not found


Antimidget

Recommended Posts

I am working of a project for uni and using mod_rewrite.

 

The default conf file looks like this

<Directory /home/*/public_html>
  AllowOverride FileInfo AuthConfig Limit
  Options Indexes SymlinksIfOwnerMatch IncludesNoExec ExecCGI
  </Directory>

 

and my .htaccess file looks like this

Options +FollowSymLinks +SymLinksIfOwnerMatch
   RewriteEngine on
  
   # pages
   RewriteRule ^(.*).htm$ ./template.php?page=$1
  
   # Catalogue sub catagory
   RewriteRule ^shop/(.*)/(.*).htm$ ./template.php?page=catalogue&view=$1
  
   # Single product display
   RewriteRule ^product/(.*)/(.*).html$ ./template.php?page=product&view=$1 [L]

 

but for some reason if i have the  line "Options +FollowSymLinks +SymLinksIfOwnerMatch" uncommented the folder the .htaccess is in doesn't show up and i can't access it :(

 

but if i remove that line i get a 404 error saying template.php can't be found when its right there

 

anyone know why this might be?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.