404 page not found error

alexandros301 / 2015-05-06 22:23:13   

Hi,
my homepage of my website (drymonitis.me) opens up fine, but no subpage opens.
I've searched a bit on this subject and was led to this page indexhibit.org/tutorials/getting-started/enable-clean-urls/

the .htaccess file, does start with a dot, so that's fine, but I can't find the ndxzsite/config/options.php file. Am I missing something here?
BTW, my .htaccess file is different from the one the page above says. It's this:
RewriteEngine On

RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule ^ - [L]
RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
RewriteRule ^([^/]*)/$ bustards-battlegrounds.php?$1 [L]

I haven't made the site, but I'm updating it and I guess maintaining it. Unfortunately I don't know PHP, HTML or Javascript...

Thanks

hrodgair / 2015-05-11 20:39:36   

I have the same problem. The main page works fine, but links to exhibit pages are broken. All links trhow a 404 Not Found error.

I installed it in a subfolder of my nginx server root directory (for testing purposes) on Ubuntu 14.04 LTS. I'm planning to move it to the root directory when I get it working because I don't want the site to be down while I'm getting it ready.

anaistamen / 2015-09-30 18:55:30   

I also have the same issue. Since PHP change I guess...

anaistamen / 2015-09-30 18:58:14   

I found the issue! My .htaccess file was missing :)

This thread has been closed, thank you.