Problem with blog
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Tue Sep 30, 2014 12:02 pm
- Reply with quote
- Report this post
Hello,
I have a problem with blog.
http://pomedrinks.com/new2/
When I click to photos nothing happaned.
Error log file under administration folder is empty.
Can you give us any help
Krisztian
I have a problem with blog.
http://pomedrinks.com/new2/
When I click to photos nothing happaned.
Error log file under administration folder is empty.
Can you give us any help
Krisztian
-
- Fresh Boarder
- GK User
- Wed Oct 01, 2014 6:34 am
- Reply with quote
- Report this post
It looks like a problem with htaccess. Please check if the files is created in the root of your site (it is hidden file, please enable your ftp client to show them).
-
- Moderator
- GK User
- Wed Oct 01, 2014 11:22 am
- Reply with quote
- Report this post
Thank you your fast reply. I have not found .htaccess file. This was a quickstart package.Now I have done a .htaccess file with following contant: "##
# @package Joomla
# @copyright Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.
# @license GNU General Public License version 2 or later; see LICENSE.txt
##
##
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's. If they work,
# it has been set by your server administrator and you do not need it set here.
##
## Can be commented out if causes errors, see notes above.
Options +FollowSymLinks
## Mod_rewrite in use.
RewriteEngine On
## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site block out the operations listed below
# This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block out any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL.
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL.
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.
## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects
##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root).
##
# RewriteBase /
## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section. "
Krisztian
# @package Joomla
# @copyright Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.
# @license GNU General Public License version 2 or later; see LICENSE.txt
##
##
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's. If they work,
# it has been set by your server administrator and you do not need it set here.
##
## Can be commented out if causes errors, see notes above.
Options +FollowSymLinks
## Mod_rewrite in use.
RewriteEngine On
## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site block out the operations listed below
# This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block out any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL.
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL.
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.
## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects
##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root).
##
# RewriteBase /
## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section. "
Krisztian
Cyberek wrote:It looks like a problem with htaccess. Please check if the files is created in the root of your site (it is hidden file, please enable your ftp client to show them).
-
- Fresh Boarder
- GK User
- Wed Oct 01, 2014 4:47 pm
- Reply with quote
- Report this post
Hmm... it looks fine. Does your hosting company allow mod_rewrite? Try contacting them and ask about the problem.
-
- Moderator
- GK User
- Thu Oct 02, 2014 4:13 pm
- Reply with quote
- Report this post
I have amended the htacces file . I have put a line : RewriteBase /new2/ where the test pomedrinks is installed.
Server hosting company said that php error was displayed and not logged.
mod_rewrite is allowed
Server hosting company said that php error was displayed and not logged.
mod_rewrite is allowed
-
- Fresh Boarder
- GK User
- Sat Oct 04, 2014 11:46 am
- Reply with quote
- Report this post
Please turn error reporting in Joomla, perhaps it will give some more clues.
-
- Moderator
- GK User
- Mon Oct 06, 2014 9:27 am
- Reply with quote
- Report this post
I have turned on the error_reporting and debug.
No clues are shown.
No clues are shown.
-
- Fresh Boarder
- GK User
- Tue Oct 07, 2014 8:51 pm
- Reply with quote
- Report this post
First 2 items links to k2 articles. What are the correct urls to an article showing "Misi" and "Fekete szeder"?
-
- Moderator
- GK User
- Wed Oct 08, 2014 10:29 am
- Reply with quote
- Report this post
You can see in backend. I did a user for you. User name Cyberek Password is ****.
-
- Fresh Boarder
- GK User
- Wed Oct 08, 2014 1:47 pm
- Reply with quote
- Report this post
This is a public forum... Posting login data is not secure.
Please send me a PM with:
1. URL to your website
2. login and password of user with login privileges (please create one for me)
3. link to this thread
Please send me a PM with:
1. URL to your website
2. login and password of user with login privileges (please create one for me)
3. link to this thread
-
- Moderator
- GK User
- Thu Oct 16, 2014 9:09 am
- Reply with quote
- Report this post
Hi, Have you got my message with login data?
Krisztian
Krisztian
-
- Fresh Boarder
- GK User
- Mon Oct 20, 2014 5:11 pm
- Reply with quote
- Report this post
If you disable sef, is the site working fine?
I can't do it by myself, you would need to grant me super admin privileges.
I can't do it by myself, you would need to grant me super admin privileges.
-
- Moderator
- GK User
- Tue Oct 21, 2014 2:04 pm
- Reply with quote
- Report this post
Hello,
Yes , It is correct after I disabled the SEF urls
Thank you very much for your effort
Krisztian
Yes , It is correct after I disabled the SEF urls
Thank you very much for your effort
Krisztian
-
- Fresh Boarder
- GK User
- Fri Oct 24, 2014 6:15 pm
- Reply with quote
- Report this post
So the only problem is with sef - if you will provide me with super user account I can check if there is something I can do about it.
-
- Moderator
14 posts
• Page 1 of 1