We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

for 404 not found page a white page | Forum

Topic location: Forum home » Support » General Questions
Onur
Onur Jun 3 '15
http://www.ilkok.com/user/cancanim222

why my website, 404 page looking a white page,

Where can i fix it?  i din't find any .httacess in ox files.
Bridges
Bridges Jun 3 '15
Try this http://www.oxwall.org/forum/topic/10827


.htaccess should be in the directory you installed oxwall.


if it really ain't there then i guess you would have to create the file and add this to it:


Options +FollowSymLinks RewriteEngine On AddEncoding gzip .gz AddEncoding gzip .gzip <FilesMatch "\.(js.gz|js.gzip)$"> ForceType text/javascript </FilesMatch> <FilesMatch "\.(css.gz|css.gzip)$"> ForceType text/css </FilesMatch> RewriteCond %{REQUEST_URI} !^/index\.php RewriteCond %{REQUEST_URI} !/ow_updates/index\.php RewriteCond %{REQUEST_URI} !/ow_updates/ RewriteCond %{REQUEST_URI} !/ow_cron/run\.php RewriteCond %{REQUEST_URI} !/e500\.php #RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC] RewriteCond %{REQUEST_FILENAME} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC] RewriteRule (.*) index.php


Then try following the directions in the link provided above. I hope this helps. Maybe theirs something else that can be done but this is what i have on mine. sorry if this don't fix the problem.

The Forum post is edited by Bridges Jun 3 '15
Onur
Onur Jun 3 '15
Bridges thank you for answer. 
Taissa Team
Taissa Jun 4 '15
onur elveda, have youmanaged to fix your issue?
Onur
Onur Jun 11 '15
hi taissa i observet that. i have just problems with user urls. i mean if i write


http://www.ilkok.com/user/dolce_gabane1


it is a white page.
For other pages. it is saying "page not found"

Taissa Team
Taissa Jun 15 '15
onur elveda, to see the actual errors you need to enable debug mode. You can do it by using this instruction: http://docs.oxwall.org/plugin-tuts:enable-debug. ; If there are any errors, post the error message here.
Also, please, check the error.log if there are any errors: /ow_log/error.
Ensure that your .htaccess file has a default settings.