If I open a new page comes out message:
The requested URL /home/realmax/public_html/index.php was not found on this server
Read somewhere that this is associated with .htaccess
Old Support Request: http://x10hosting.com/forums/free-hosting/132233-404-not-found.html
Not open page:
The requested URL /home/realmax/public_html/index.php was not found on this server
Text .htaccess:
DirectoryIndex index.php
RewriteEngine On
# Ðåäèðåêòû
RewriteRule ^page/(.*)$ index.php?cstart=$1 [L]
# Ñàì ïîñò
RewriteRule...