vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Something wrong with these .htaccess rewrite rules? (https://vborg.vbsupport.ru/showthread.php?t=310397)

Max Taxable 04-11-2014 01:34 AM

Something wrong with these .htaccess rewrite rules?
 
When i install this in my .htaccess file the site kicks the "Internal Server Error" page. Even if that is all that is in the file. What's wrong?

HTML Code:

RewriteEngine On

# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]


ForceHSS 04-11-2014 02:35 AM

Have you not renamed the admincp or modcp folders in ur ftp?

Max Taxable 04-11-2014 02:35 AM

No, no renamed folders.

Zachery 04-11-2014 02:50 AM

If you remove just the rewrite rules, or comment them out? What then?

Max Taxable 04-11-2014 02:52 AM

Quote:

Originally Posted by Zachery (Post 2492568)
If you remove just the rewrite rules, or comment them out? What then?

Everything is golden but the DBSEO of course doesn't work - all links become 404s.

Max Taxable 04-11-2014 02:54 AM

I was just seeing if anyone could see anything wrong with the rewrite rules, if not it means something particular to the site I am trying this on, is amiss.

Zachery 04-11-2014 03:03 AM

Add the first set of rules:

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

Then see iof the ISE keeps up.

Max Taxable 04-11-2014 03:18 AM

No joy.
HTML Code:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator and inform them of the time the error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.


ForceHSS 04-11-2014 04:31 AM

And what error does it show in the server log

Zachery 04-11-2014 04:32 AM

Something should have went into your error logs, or at least the system error logs.

Your webhost should be able to pull more correct logs for you.

Is this the free version or paid version of DBSEO?


All times are GMT. The time now is 03:31 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01302 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete