Skocz do zawartości
Arcaro

VPS przekierowanie .htaccess

Polecane posty

Witam,

dziś kupiłem VPS'a zainstalowalem pakiet LAMP, wszystko działa jak należy, nawet .htaccess, ale chbya nie do końca.

Dodałem do .htaccess taki kod:

RewriteEngine OnRewriteCond %{HTTP_HOST} ^sklep.domena.pl$ [OR]RewriteCond %{HTTP_HOST} ^www.sklep.domena.pl$RewriteRule ^(.*)$ http://domena.pl/sklep [R=301,L] 

Oczywiście nie działa.

Ale .htaccess ogólnie jest brany pod uwagę dlatego iż na tej stronie jest forum na skrypcie mybb w którym pewien plugin wymaga "przekierowań" .htaccess no i one działają(Plugin to google seo).

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Dobrze, mam nowy problem,

mam forum na skrypcie Mybb,

zainstalowałem plugin Google Seo.

Kod:

# Some hosts require RewriteBase to make RewriteRules work.
RewriteBase /

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://game4fun.pl/$1?$2 [L,QSA,R=301]

# Google SEO 404:
ErrorDocument 404 /misc.php?google_seo_error=404

# Google SEO Sitemap:
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

# Google SEO URL Forums:
RewriteRule ^Forum\-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Threads:
RewriteRule ^Thread\-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

# Google SEO URL Announcements:
RewriteRule ^Announcement\-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

# Google SEO URL Users:
RewriteRule ^User\-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO URL Calendars:
RewriteRule ^Calendar\-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

# Google SEO URL Events:
RewriteRule ^Event\-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]

Gdy wchdoze na stronę błąd 500:

 

Internal Server Error

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

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

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

Forum mam na VPS, wiek toś jak temu zaradzić?

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Bądź aktywny! Zaloguj się lub utwórz konto

Tylko zarejestrowani użytkownicy mogą komentować zawartość tej strony

Utwórz konto

Zarejestruj nowe konto, to proste!

Zarejestruj nowe konto

Zaloguj się

Posiadasz własne konto? Użyj go!

Zaloguj się


×